Back to Devexpress

UICommand.ActualAlignment Property

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

latest1.5 KB
Original Source

UICommand.ActualAlignment Property

For internal use only.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public DialogButtonAlignment ActualAlignment { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualAlignment As DialogButtonAlignment

Property Value

Type
DialogButtonAlignment

Available values:

NameDescription
Right

The DialogButton is aligned to the right of the dialog’s content area.

| | Center |

The DialogButton is centered within the dialog’s content area.

| | Left |

The DialogButton is aligned to the left of the dialog’s content area.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace