TcxGridScrollbarAnnotationOptions.Active Property
Specifies if scrollbar annotations are enabled for a grid View.
Declaration
property Active: Boolean index 0 read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True to display all custom annotations and the following predefined annotations if they are enabled:
Validation error marks (ShowErrors).
The focused row mark (ShowFocusedRow).
Search result marks (ShowSearchResults).
Selected row marks (ShowSelectedRows).
The Active property’s default value is False.
See Also