'Declaration Public Enum States Inherits System.Enum
public enum States : System.Enum
Member | Description |
---|---|
CanFlipOrientation | The current view is GridView or DataCards. |
Cell | Active Cell not null |
CellFirstDisplayed | Active Cell is the first displayed Cell |
CellFirstInRecord | Active Cell is the first Cell in the ActiveRecord |
CellFirstOverall | Active Cell is the first overall Cell |
CellLastDisplayed | Active Cell is the last displayed Cell |
CellLastInRecord | Active Cell is the last Cell in the ActiveRecord |
CellLastOverall | Active Cell is the last overall Cell |
CellsSelected | Indicates that there is at least one Cell selected |
DataRecordsSelected | Indicates that there is at least one DataRecord selected |
EditorAcceptsArrowKeys | The editor of the cell currently in edit mode uses the arrow keys for navigation |
ExpandableFieldRecord | ActiveRecord is an ExpandableFieldRecord. |
FilterCell | The active cell is a filter cell. |
FilterCellHasActiveFilters | The active cell is a filter cell and it has filter criteria specified. |
FilterRecord | The active record is a filter record. |
FilterRecordHasActiveFilters | The active record is a filter record and at least one of its cells has filter criteria specified. |
GroupByRecord | ActiveRecord is a GroupByRecord. |
IsExporting | The IsExporting is true. |
IsExportingInitializing | An asynchronous export operation has been initiated but export of the records has not yet begun. |
IsInEditMode | The active cell is in edit mode |
ItemsSelected | Indicates that there is at least one item selected (Record, Field or Cell) |
NavigationLayoutStyleCardViewHorizontal | Layout style is CardView horizontal. |
NavigationLayoutStyleCardViewVertical | Layout style is CardView vertical. |
NavigationLayoutStyleGridViewHorizontal | Layout style is GridView horizontal. |
NavigationLayoutStyleGridViewVertical | Layout style is GridView vertical. |
Record | Active Record is not null |
RecordExpandable | Active Record is expandable |
RecordExpanded | Active Record is expanded |
RecordFirstDisplayed | Active Record is the first displayed record |
RecordFirstOverall | Active Record is the first overall record |
RecordHasPendingChanges | Active Record has changes that are pending (i.e. one or more cell values have been changed) |
RecordLastDisplayed | Active Record is the last displayed record |
RecordLastOverall | Active Record is the last overall record |
Records | There is at least 1 record. |
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