Skip to main content
A newer version of this page is available. .

DXDialogWindow.CommandButtons Property

OBSOLETE

Use the FooterButtons property instead

Gets a collection of dialog buttons.

Namespace: DevExpress.Xpf.Core

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

Declaration

[Browsable(false)]
[Obsolete("Use the FooterButtons property instead")]
public DXDialogWindowCommandButtonsCollection CommandButtons { get; }

Property Value

Type Description
DevExpress.Xpf.Core.DXDialogWindowCommandButtonsCollection

A DXDialogWindowCommandButtonsCollection collection that contains footer buttons.

See Also