GridColumnAllowSort Property
Gets or sets the value determining if this
GridColumn will allow sorting.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool AllowSort { get; set; }
Public Property AllowSort As Boolean
Get
Set
member AllowSort : bool with get, set
Property Value
Boolean When set to true, whenever the user clicks on the column header, the data will be sorted according to it's content.
If a
CustomSort property was provided, the data will be sorted according to it.