Skip to main content
A newer version of this page is available. .

DialogButtonAlignment Enum

Lists the DialogButton’s horizontal alignment values.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public enum DialogButtonAlignment

Members

Name Description
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.

Related API Members

The following properties accept/return DialogButtonAlignment values:

Library Related API Members
Cross-Platform Class Library UICommand.ActualAlignment
UICommand.Alignment
WPF Controls ThemedWindowDialogButton.ActualAlignment
ThemedWindowDialogButton.Alignment

See Also