AllowResizing Property (TransposedGridRow)
In This Topic
Gets or sets a value that indicates whether the user can resize the row or column with the mouse.
Syntax
'Declaration
Public Overridable Property AllowResizing As Boolean
public virtual bool AllowResizing {get; set;}
See Also