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

ScrollBarAnnotationsAppearance.FocusedRow Property

Gets or sets appearance settings for scrollbar annotation marks that correspond to focused row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationInfo FocusedRow { get; set; }

Property Value

Type Description
ScrollBarAnnotationInfo

A ScrollBarAnnotationInfo object that stores appearance settings for annotation marks.

See Also