Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarMdiChildrenListItem.ShowCheckMode Property

Gets or sets whether form icons or check marks are shown for the BarMdiChildrenListItem‘s items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(BarMdiChildrenListShowCheckMode.Glyph)]
[DXCategory("Appearance")]
public BarMdiChildrenListShowCheckMode ShowCheckMode { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.BarMdiChildrenListShowCheckMode Glyph

A BarMdiChildrenListShowCheckMode value that specifies whether form icons or check marks are shown for the BarMdiChildrenListItem‘s items.

#Remarks

If the ShowCheckMode property is set to BarMdiChildrenListShowCheckMode.Glyph, a corresponding form icon (Form.Icon) is displayed for each item in the BarMdiChildrenListItem. If the ShowCheckMode property is set to BarMdiChildrenListShowCheckMode.Check, a check mark is displayed before the active MDI child form’s name in the BarMdiChildrenListItem.

See Also