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

DXDialogWindow.FooterButtons Property

Gets a collection of dialog buttons.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DialogButtonCollection FooterButtons { get; }

Property Value

Type Description
DevExpress.Xpf.Core.DialogButtonCollection

A list of DevExpress.Xpf.Core.DialogButton objects that specify the DXDialogWindow footer buttons.

Remarks

Note

The FooterButtons collection cannot be changed if the DXDialogWindow.CommandsSource property is set.

See Also