Back to Devexpress

ThemedWindow.ActualDialogButtons Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-dd430b72.md

latest1.7 KB
Original Source

ThemedWindow.ActualDialogButtons Property

Gets the specified dialog buttons. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IEnumerable ActualDialogButtons { get; }
vb
Public ReadOnly Property ActualDialogButtons As IEnumerable

Property Value

TypeDescription
IEnumerable

The IEnumerable that is the specified dialog button collection.

|

Remarks

The ActualDialogButtons collection contains the buttons which are specified with the following members:

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace