Back to Devexpress

DXDialogWindow.FooterButtons Property

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-2899067f.md

latest1.3 KB
Original Source

DXDialogWindow.FooterButtons Property

Gets a collection of dialog buttons.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DialogButtonCollection FooterButtons { get; }
vb
Public ReadOnly Property FooterButtons As DialogButtonCollection

Property Value

TypeDescription
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

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace