Back to Devexpress

DXDialogWindow.CommandButtons Property

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-02424b07.md

latest1.3 KB
Original Source

DXDialogWindow.CommandButtons Property

OBSOLETE

Use the FooterButtons property instead

Gets a collection of dialog buttons.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Obsolete("Use the FooterButtons property instead")]
[Browsable(false)]
public DXDialogWindowCommandButtonsCollection CommandButtons { get; }
vb
<Browsable(False)>
<Obsolete("Use the FooterButtons property instead")>
Public ReadOnly Property CommandButtons As DXDialogWindowCommandButtonsCollection

Property Value

TypeDescription
DevExpress.Xpf.Core.DXDialogWindowCommandButtonsCollection

A DXDialogWindowCommandButtonsCollection collection that contains footer buttons.

|

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace