BarMdiChildrenListItem.ShowNumbers Property
Gets or sets a value specifying whether links corresponding to MDI child windows are numerated.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also