GridAllowColumnReordering Property |
Gets or sets a value indicating whether the user can re-order columns
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AllowColumnReordering { get; set; }
Public Property AllowColumnReordering As Boolean
Get
Set
member AllowColumnReordering : bool with get, set
Property Value
Type:
Booleantrue to allow column reordering; otherwise,
false.
See Also