Gets or sets a value indicating whether this row can be resized.
Syntax
'Declaration
Public Property AllowResizing As Boolean
'Usage
Dim instance As GridRow
Dim value As Boolean
instance.AllowResizing = value
value = instance.AllowResizing
public bool AllowResizing {get; set;}
See Also