Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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