Click or drag to resize

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; }

Property Value

Type: Boolean
true to allow column reordering; otherwise, false.
See Also