'Declaration Public Enum XamGridColumnCommand Inherits System.Enum
public enum XamGridColumnCommand : System.Enum
Member | Description |
---|---|
Fix | Fixes a Column to either the left or right based on the Column.FixedIndicatorDirection property. |
FixLeft | Fixes a Column to the left side of the XamGrid |
FixRight | Fixes a Column to the right side of the XamGrid |
GroupBy | Groups the data in the XamGrid by this Column |
Hide | Hides the Column |
RemoveGroupBy | Removes the grouping of data in the XamGrid. |
Select | Selects the Column |
Show | Shows the Column |
SortAscending | Sorts the Column in an ascending manner. |
SortAscendingToggle | Changes the SortDirection to ascending or none. |
SortDescending | Sorts the Column in an descending manner. |
SortDescendingToggle | Changes the SortDirection to descending or none. |
SortToggle | Changes the SortDirection on the Column from nothing to ascending, ascending to descending, and descending to ascending. |
Unfix | Unfixes a Column. |
Unselect | Unselects the Column |
Unsort | Unsorts the Column. |
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