Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public ScrollBarAnnotationInfo Selected { get; set; }

Property Value

Type Description
ScrollBarAnnotationInfo

A ScrollBarAnnotationInfo object that stores appearance settings for annotation marks.

See Also