Back to Devexpress

UICommand.Placement Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-fa3187a8.md

latest1.1 KB
Original Source

UICommand.Placement Property

Gets or sets the dialog button alignment.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public object Placement { get; set; }
vb
<Browsable(False)>
Public Property Placement As Object

Property Value

Type
Object

Remarks

Tip

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

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace