Skip to main content

UICommand.Placement Property

Gets or sets the dialog button alignment.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type
Object

#Remarks

Tip

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

See Also