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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also