Back to Devexpress

DialogOpeningEventArgs.DialogParameters Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogopeningeventargs.md

latest1.1 KB
Original Source

DialogOpeningEventArgs.DialogParameters Property

Gets parameters that allow you to specify the invoked dialog properties.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DialogParameters DialogParameters { get; }
vb
Public ReadOnly Property DialogParameters As DialogParameters

Property Value

TypeDescription
DialogParameters

Parameters that allow you to specify the invoked dialog properties.

|

See Also

DialogOpeningEventArgs Class

DialogOpeningEventArgs Members

DevExpress.Xpf.Editors Namespace