DXDialog.Buttons Property
In This Article
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
public DialogButtons Buttons { get; set; }
#Property Value
Type | Description |
---|---|
Dialog |
A DevExpress. |
#Remarks
The Buttons property is modified when you call the DXDialog.ShowDialog method with the button parameter.
See Also