Skip to main content
Bar

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.v23.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