TcxGridTableOptionsSelection.ClearPersistentSelectionOnOutsideClick Property
Specifies if clicking outside check boxes in persistent selection mode clears the selection.
Declaration
property ClearPersistentSelectionOnOutsideClick: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The default value of this property supports the persistent mode’s design, helping end-users keep the selection during row navigation. Set the property to True to switch to the standard selection mode’s behavior.
The default value of the ClearPersistentSelectionOnOutsideClick property is False.
See Also