TcxControlScrollbarAnnotationOptions.Active Property
Specifies if scrollbar annotations are enabled.
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). These marks can appear only if you defined validation criteria for at least one dataset field.
The focused row mark (ShowFocusedRow).
Search result marks (ShowSearchResults).
Show row marks (ShowSelectedRows).
The Active property’s default value is False.
See Also