Back to Devexpress

DXDialogWindow.CommandButtonsPanel Property

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-d9502eb6.md

latest1.5 KB
Original Source

DXDialogWindow.CommandButtonsPanel Property

OBSOLETE

This property is obsolete

Gets or sets the template that defines the presentation of a specific container panel that is used by the DXDialogWindow to layout footer buttons. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete")]
public ItemsPanelTemplate CommandButtonsPanel { get; set; }
vb
<Browsable(False)>
<Obsolete("This property is obsolete")>
Public Property CommandButtonsPanel As ItemsPanelTemplate

Property Value

TypeDescription
ItemsPanelTemplate

An System.Windows.Controls.ItemsPanelTemplate object that is used the DXDialogWindow to layout its buttons.

|

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace