ScrollBarAnnotationsCreatingEventArgs.CustomScrollBarAnnotations Property
Gets or sets a set of objects that correspond to predefined scrollbar annotations.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ICollection<ScrollBarAnnotationRowInfo> | A list of ScrollBarAnnotationRowInfo objects that correspond to predefined scrollbar annotations. |
Remarks
Use the CustomScrollBarAnnotations property to define a set of custom scrollbar annotations that should be displayed within the grid’s view.
See Also