Skip to main content

DXDialogWindow.CommandButtons Property

OBSOLETE

Use the FooterButtons property instead

Gets a collection of dialog buttons.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.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.Xpf.Core.DXDialogWindowCommandButtonsCollection

A DXDialogWindowCommandButtonsCollection collection that contains footer buttons.

See Also