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.v20.2.dll
NuGet Package: 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