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

UICommand.Placement Property

Gets or sets the dialog button alignment.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

[Browsable(false)]
public Dock Placement { get; set; }

Property Value

Type Description
Dock

Specifies the dialog button alignment.

Remarks

Tip

We recommend using the UICommand.Alignment property instead of the UICommand.Placement property.

See Also