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

BarDockControl.AllowDispose Property

Gets or sets whether the control can be disposed of.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool AllowDispose { get; set; }

Property Value

Type Description
Boolean

true if the control can be disposed of; otherwise, false.

Remarks

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also