dxScrollbarAnnotations Unit
Classes
| Name | Description |
|---|---|
| TdxCustomScrollbarAnnotation | A custom scrollbar annotation. |
| TdxCustomScrollbarAnnotations | A collection of custom scrollbar annotations. |
| TdxScrollbarAnnotationOptions | |
| TdxScrollbarAnnotationRowIndexList | Stores a list of annotated row indexes. |
| TdxScrollbarAnnotationRowIndexLists | A collection of annotated row lists. |
Records
| Name | Description |
|---|---|
| TdxScrollbarAnnotationStyle | Stores the visual style of a scrollbar annotation. |
Enums
| Name | Description |
|---|---|
| TdxScrollbarAnnotationAlignment | Enumerates available scrollbar annotation alignments. |
Variables
| Name | Description |
|---|---|
| dxCustomScrollbarAnnotationStyle | Stores the default visual style for custom scrollbar annotations. |
| dxErrorScrollbarAnnotationStyle | Stores the default visual style for error scrollbar annotations. |
| dxFocusedRowScrollbarAnnotationStyle | Stores the default visual style of a scrollbar annotation that denotes the focused row. |
| dxSearchResultScrollbarAnnotationStyle | Stores the default visual style for scrollbar annotation that denote search results. |
| dxSelectedRowScrollbarAnnotationStyle | Stores the default visual style for scrollbar annotations that denote selected rows. |
Constants
| Name | Description |
|---|---|
| dxAllCustomScrollbarAnnotationKinds | Defines the valid range of custom scrollbar annotation IDs. |
| dxAllScrollbarAnnotationKinds | Defines the valid range of scrollbar annotation IDs. |
| dxErrorScrollbarAnnotationID | An ID of the predefined error scrollbar annotation. |
| dxFirstPredefinedScrollbarAnnotationID | An ID of the first predefined scrollbar annotation. |
| dxFirstScrollbarAnnotationID | An ID of the first scrollbar annotation. |
| dxFocusedRowScrollbarAnnotationID | An ID of the predefined focused row scrollbar annotation. |
| dxLastScrollbarAnnotationID | The maximum ID of a scrollbar annotation. |
| dxSearchResultScrollbarAnnotationID | An ID of the predefined scrollbar annotation that denotes search results. |
| dxSelectedRowScrollbarAnnotationID | An ID of the predefined selected row scrollbar annotation. |
Types
| Name | Description |
|---|---|
| TdxGetScrollbarAnnotationHint | The scrollbar annotation hint display event type. |
| TdxPopulateCustomScrollbarAnnotationRowIndexList | The custom scrollbar annotation display event type. |
| TdxScrollbarAnnotationKind | The scrollbar annotation type ID. |
| TdxScrollbarAnnotationKinds | A set of scrollbar annotation IDs. |