BarCheckItem.CheckBoxVisibilityInMenu Property
Gets or sets the visibility and position of a check mark (🗸) when the item is displayed in a submenu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(CheckBoxVisibility.BeforeText)]
public virtual CheckBoxVisibility CheckBoxVisibilityInMenu { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraBars.CheckBoxVisibility | BeforeText | A value that specifies the visibility and position of a check mark (🗸). |
Remarks
Use the CheckBoxVisibility property to specify the visibility and position of the item’s check box (when the item is not displayed in a submenu).
See Also