Skip to main content
All docs
V26.1
  • ThemedWindowDialogButton.Placement Property

    Gets or sets the dialog button alignment.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    public Dock Placement { get; set; }

    Property Value

    Type Description
    Dock

    Specifies the dialog button alignment.

    See Also