Skip to main content

ScrollBarAnnotationRowInfo.ScrollAnnotationInfo Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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