Click or drag to resize

GridColumnIHandlerSortable Property

Gets or sets a value indicating whether the user can click on the header.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Sortable { get; set; }

Property Value

Type: Boolean
true if the user can click the header; otherwise, false.
See Also