Spread for ASP.NET 10 Product Documentation
ShowSortItems Property


Gets or sets a value that indicates whether the drop-down menu displays sorting menu items.
Syntax
'Declaration
 
Public Property ShowSortItems As Boolean
'Usage
 
Dim instance As ColumnHeaderFilterCellType
Dim value As Boolean
 
instance.ShowSortItems = value
 
value = instance.ShowSortItems
public bool ShowSortItems {get; set;}

Property Value

true if the drop down menu shows sorting menu items; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ColumnHeaderFilterCellType Class
ColumnHeaderFilterCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.