Back to Devexpress

DialogButtonAlignment Enum

corelibraries-devexpress-dot-mvvm-26b322e5.md

latest1.6 KB
Original Source

DialogButtonAlignment Enum

Lists the DialogButton’s horizontal alignment values.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public enum DialogButtonAlignment
vb
Public Enum DialogButtonAlignment

Members

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.

|

The following properties accept/return DialogButtonAlignment values:

LibraryRelated API Members
Cross-Platform Class LibraryUICommand.ActualAlignment
UICommand.Alignment
WPF ControlsThemedWindowDialogButton.ActualAlignment
ThemedWindowDialogButton.Alignment

See Also

DevExpress.Mvvm Namespace