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

ScrollBarAnnotationRowInfo.ScrollAnnotationInfo Property

Gets the layout and appearance information of the corresponding scrollbar annotation mark.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ScrollBarAnnotationInfo ScrollAnnotationInfo { get; }

Property Value

Type Description
ScrollBarAnnotationInfo

A ScrollBarAnnotationInfo object that is a layout and appearance information of the corresponding scrollbar annotation mark.

See Also