Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridScrollbarAnnotationOptions Properties
Show Inherited Hide Inherited

Stores a grid View‘s scrollbar annotation options.
Name Description
Active Specifies if scrollbar annotations are enabled for a grid View.
CustomAnnotations Provides access to the collection of custom scrollbar annotations.
GridView Provides access to the View to which the option set is applied. Inherited from TcxCustomGridOptions.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
ShowErrors Specifies if a grid View marks validation errors on a scrollbar.
ShowFocusedRow Specifies if a grid View denotes the focused row on a scrollbar.
ShowSearchResults Specifies if a grid View denotes search results on a scrollbar.
ShowSelectedRows Specifies if a grid View denotes selected rows on a scrollbar.
See Also