Skip to main content
Bar

BarMdiChildrenListItem.ShowNumbers Property

Gets or sets a value specifying whether links corresponding to MDI child windows are numerated.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool ShowNumbers { get; set; }

Property Value

Type Description
Boolean

true if the link corresponding to MDI child windows are numerated; otherwise false.

Remarks

Use the ShowNumbers property to display or hide numbers displayed in links corresponding to MDI child windows. The image below displays an MDI children list when the ShowNumbers property is set to true and false respectively.

MDIChildren - ShowNumbers

See Also