Skip to main content
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.v24.1.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 document; otherwise, false.

See Also