Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool AllowSorting { get; set; }
Visual Basic
Public Property AllowSorting As Boolean
	Get
	Set

See Also