Skip to main content

VScrollBar.SupportAnnotations Property

Returns whether this scroll bar can display Scrollbar Annotations.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public override bool SupportAnnotations { get; }

Property Value

Type Description
Boolean

true if this scroll bar can display annotations; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also