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

CreateStandardLayoutAction.AllowTopDockContainer Property

Gets or sets whether a dock container at the top edge must be created. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool AllowTopDockContainer { get; set; }

Property Value

Type Description
Boolean

true if a dock container at the top edge must be created; otherwise, false.

See Also