'Declaration Public Enum LabelClickAction Inherits System.Enum
public enum LabelClickAction : System.Enum
Member | Description |
---|---|
Default | Use the default setting |
Nothing | Nothing happens |
SelectField | The field is selected |
SortByMultipleFields | The records are sorted by this field, the old sort criteria is only reset if the 'Ctrl' key is not depressed. |
SortByMultipleFieldsTriState | The records are sorted by this field, the old sort criteria is only reset if the 'Ctrl' key is not depressed. Sequential clicks will cycle thru the ascending, descending and unsorted states. |
SortByOneFieldOnly | The records are sorted exclusively by this field |
SortByOneFieldOnlyTriState | The records are sorted exclusively by this field. Sequential clicks will cycle thru the ascending, descending and unsorted states. |
Note: when using the SortByOneFieldOnlyTriState or SortByMultipleFieldsTriState settings, if the 'Ctrl' key is pressed during a click, or the Field.IsGroupBy property is true, then the Field will not cycle thru the unsorted state. Instead it will cycle thru the ascending and descending states only.
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