[]
Specifies the state of the row header selector for the current selected row, so the row renderer knows which row header selector image to draw.
public enum RowSelectorState
Public Enum RowSelectorState
Name | Description |
---|---|
Active | The row header selector is enabled, and currently in use for the row. |
Disabled | The row header selector is enabled, but the Spread control is disabled. |
Editing | The row header selector is enabled, but the Spread control is in edit mode. |
None | The row header selector is not enabled. |
Unused | The row header selector is enabled, but not currently in use for the row. |