Configurates
C1.Web.Mvc.ColumnBase.AllowResizing. Sets a value that indicates whether the user can resize the row or column with the mouse.
Syntax
'Declaration
Public Overridable Function AllowResizing( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder AllowResizing(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also