DXDialog.Buttons Property
Gets or sets the buttons displayed within the dialog.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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