Skip to main content
A newer version of this page is available. .

ThemedWindow.ActualDialogButtons Property

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

Namespace: DevExpress.Xpf.Core

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

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