TcxGridScrollbarAnnotationOptions.ShowSelectedRows Property
Specifies if a grid View denotes selected rows on a scrollbar.
Declaration
property ShowSelectedRows: Boolean index 1 read; write;
Property Value
Type |
---|
Boolean |
Remarks
A grid View marks selected rows on a scrollbar if the following conditions are met:
The grid View’s OptionsSelection.MultiSelect property is set to True.
The Active and ShowSelectedRows properties are set to True.
The ShowSelectedRows property’s default value is True.
See Also