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

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