Gets or sets the glyph to display for the sort index when a column is sorted and ShowSortIndex is set to true. Allows users to see which column is sorted by first, then which is sorted second, etc.
Syntax
'Declaration
Public Property SortIndexGlyph As DataTemplate
'Usage
Dim instance As ViewBase
Dim value As DataTemplate
instance.SortIndexGlyph = value
value = instance.SortIndexGlyph
public DataTemplate SortIndexGlyph {get; set;}
Property Value
The DataTemplate used to create the glyph that is displayed. It indicates the sort index on a sorted Column.
Requirements
See Also