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
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