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

BarDockingMenuItem.ShowNumbers Property

Gets or sets whether links corresponding to documents are numerated.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override bool ShowNumbers { get; set; }

Property Value

Type Description
Boolean

true if links corresponding to documents are numerated; otherwise, false.

See Also