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

BarSubItem.AllowDrawArrow Property

Gets or sets whether this BarSubItem should display its arrow.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowDrawArrow { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether this BarSubItem should display its arrow.

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 AllowDrawArrow property specifies whether or not the BarSubItem should display the arrow indicating that this item has a drop-down menu.

Note

BarSubItems displayed within a main menu Bar (see the BarManager.MainMenu property) never display their drop-down arrows irrespective of the AllowDrawArrow property value.

See Also