GridColumnAllowSort Property

Gets or sets the value determining if this GridColumn will allow sorting.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool AllowSort { get; set; }

Property Value

Boolean

Remarks

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.

See Also