Skip to main content
Bar

CreateStandardLayoutAction.AllowRightDockContainer Property

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

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public bool AllowRightDockContainer { get; set; }

#Property Value

Type Description
Boolean

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

See Also