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

BarToolbarsListItem.ShowDockWindows Property

OBSOLETE

You should use the 'ShowDockPanels' property instead of property 'ShowDockWindows'

Determines whether to display the list of existing dock windows within a specific BarToolbarsListItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'ShowDockPanels' property instead of property 'ShowDockWindows'")]
public virtual bool ShowDockWindows { get; set; }

Property Value

Type Description
Boolean

true, to display the list of dock windows; otherwise, false.

See Also