ComponentOne ASP.NET MVC Controls
ShowSort Property (FlexSheet)

C1.Web.Mvc.Sheet Namespace > FlexSheet Class : ShowSort Property
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
 
<IgnoreAttribute()>
Public Overrides Property ShowSort As Boolean
[Ignore()]
public override bool ShowSort {get; set;}
Remarks
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also

Reference

FlexSheet Class
FlexSheet Members