Skip to main content
Bar

CreateStandardLayoutAction.AllowLeftDockContainer Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowLeftDockContainer { get; set; }

Property Value

Type Description
Boolean

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

See Also