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.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also