Skip to main content

DXDialog.Buttons Property

Gets or sets the buttons displayed within the dialog.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DialogButtons Buttons { get; set; }

Property Value

Type Description
DialogButtons

A DevExpress.Xpf.Core.DialogButtons enumeration value that specifies which buttons are displayed within the dialog.

Remarks

The Buttons property is modified when you call the DXDialog.ShowDialog method with the button parameter.

See Also