CanUserResizeRows Property (C1DataGrid)
In This Topic
Gets or sets a value indicating whether the user is able to resize a row by dragging the bottom border of the row header.
Syntax
'Declaration
Public Property CanUserResizeRows As Boolean
public bool CanUserResizeRows {get; set;}
See Also