GrapeCity MultiRow Windows Forms Documentation
SortMode Enumeration


Specifies the sort mode for the ColumnHeaderCell.
Syntax
Public Enum SortMode 
   Inherits System.Enum
Dim instance As SortMode
public enum SortMode : System.Enum 
Members
MemberDescription
AutomaticThe user can sort the column by clicking the column header unless the column headers are used for selection. A sorting glyph is automatically displayed.
NotSortableThe column can only be sorted programmatically, but it is not intended for sorting, so the column header does not include space for a sorting glyph.
ProgrammaticThe column can only be sorted programmatically, and the column header includes space for a sorting glyph.
Remarks
Each ColumnHeaderCell may have an individual sort mode specified by the ColumnHeaderCell.SortMode property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.SortMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
SortMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.