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

ScrollBarAnnotationsAppearance.InvalidCells Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public ScrollBarAnnotationInfo InvalidCells { get; set; }

Property Value

Type Description
ScrollBarAnnotationInfo

A ScrollBarAnnotationInfo object that stores appearance settings for annotation marks.

See Also