'Declaration Public Enum RecordSelectorNumberType Inherits System.Enum
public enum RecordSelectorNumberType : System.Enum
Member | Description |
---|---|
DataItemIndex | Display the index of the underlying DataItem |
Default | Use the default setting which resolves to 'None' |
None | Do not display record numbers |
RecordIndex | Display the record's index which is affected by the sort order of the records. |
VisibleIndex | Display the visible index of the record. Note: When records are filtered out VisibleIndex won’t have number gaps but RecordIndex and DataItemIndex may. |
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