UICommand.ActualAlignment Property
In This Article
For internal use only.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public DialogButtonAlignment ActualAlignment { get; }
#Property Value
Type |
---|
Dialog |
Available values:
Name | Description |
---|---|
Right | The Dialog |
Center | The Dialog |
Left | The Dialog |
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also