DXDialogWindow.CommandButtons Property
In This Article
OBSOLETE
Use the Footer
Gets a collection of dialog buttons.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Obsolete("Use the FooterButtons property instead")]
[Browsable(false)]
public DXDialogWindowCommandButtonsCollection CommandButtons { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DXDialog |
See Also