Skip to main content
A newer version of this page is available. .
Bar

BarDockingMenuItem.ShowChecks Property

Gets or sets whether the check sign is displayed for the link corresponding to the active document.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.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 document; otherwise, false.

See Also