GridIHandlerAllowColumnReordering 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 bool AllowColumnReordering { get; set; }
Property AllowColumnReordering As Boolean
Get
Set
abstract AllowColumnReordering : bool with get, set
Property Value
Type:
Booleantrue to allow column reordering; otherwise,
false.
See Also