Gets or sets a value that indicates whether the user can sort this column by clicking the cell header.

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

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowSorting { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowSorting As Boolean
	Get
	Set

See Also