Skip to main content
Bar

BarMdiChildrenListItem.ShowChecks Property

Gets or sets a value specifying whether the check sign is displayed for the link corresponding to the active MDI child window.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool ShowChecks { get; set; }

Property Value

Type Description
Boolean

true

if the check sign is displayed for the link corresponding to the active MDI child window; otherwise false.

Remarks

The image below shows a menu displaying the list of MDI child windows when the ShowChecks property value is true and false respectively.

MDIChildren - ShowChecks

See Also