Gets or sets a value that indicates whether the grid shows the current sort state by adding a glyph to the column headers of sorted columns.

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

Syntax

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

See Also