Skip to main content

ThemedWindow.ActualDialogButtons Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IEnumerable ActualDialogButtons { get; }

Property Value

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