Skip to main content
All docs
V26.1
  • DialogButtonAlignment Enum

    Lists the DialogButton’s horizontal alignment values.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

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

    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