UICommand.Alignment Property
In This Article
Gets or sets the dialog button’s horizontal alignment.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public DialogButtonAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
Dialog |
Specifies the dialog button alignment. |
Available values:
Name | Description |
---|---|
Right | The Dialog |
Center | The Dialog |
Left | The Dialog |
#Remarks
Note
The UICommand.
See Also