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

PopupMenu.DrawMenuSideStrip Property

Gets or sets whether the current pop-up menu displays the side strip for item glyphs.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean DrawMenuSideStrip { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

True to display the side strip; False to hide it; Default - use the BarManagerProperties.DrawMenuSideStrip global setting.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

The DrawMenuSideStrip property allows you to override the BarManagerProperties.DrawMenuSideStrip global setting for the current menu.

See Also