Skip to main content

DXDialog.Buttons Property

Gets or sets the buttons displayed within the dialog. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public DialogButtons Buttons { get; set; }

#Property Value

Type Description
DialogButtons

A DialogButtons enumeration value that specifies buttons displayed within the dialog.

See Also
DevExpress.Xpf.Core.DXDialog.DefaultDialogResult