ComponentOne ASP.NET MVC Controls
AllowResizing Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : AllowResizing Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.AllowResizing. Sets whether users are allowed to resize rows and/or columns with the mouse.
Syntax
'Declaration
 
Public Overridable Function AllowResizing( _
   ByVal value As AllowResizing _
) As TBuilder
public virtual TBuilder AllowResizing( 
   AllowResizing value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members