Skip to main content

ScrollBarAnnotationsAppearance.Selected Property

Gets or sets the appearance settings for scrollbar annotation marks that correspond to selected rows. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationInfo Selected { get; set; }

Property Value

Type Description
ScrollBarAnnotationInfo

A ScrollBarAnnotationInfo object that stores appearance settings for annotation marks.

See Also