Version

XamGridColumnCommand Enumeration

An enumeration of available commands for the Column object.
Syntax
'Declaration
 
Public Enum XamGridColumnCommand 
   Inherits System.Enum
public enum XamGridColumnCommand : System.Enum 
Members
MemberDescription
FixFixes a Column to either the left or right based on the Column.FixedIndicatorDirection property.
FixLeftFixes a Column to the left side of the XamGrid
FixRightFixes a Column to the right side of the XamGrid
GroupByGroups the data in the XamGrid by this Column
HideHides the Column
RemoveGroupByRemoves the grouping of data in the XamGrid.
SelectSelects the Column
ShowShows the Column
SortAscendingSorts the Column in an ascending manner.
SortAscendingToggleChanges the SortDirection to ascending or none.
SortDescendingSorts the Column in an descending manner.
SortDescendingToggleChanges the SortDirection to descending or none.
SortToggleChanges the SortDirection on the Column from nothing to ascending, ascending to descending, and descending to ascending.
UnfixUnfixes a Column.
UnselectUnselects the Column
UnsortUnsorts the Column.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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