DialogOpeningEventArgs.DialogParameters Property
In This Article
Gets parameters that allow you to specify the invoked dialog properties.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DialogParameters DialogParameters { get; }
#Property Value
Type | Description |
---|---|
Dialog |
Parameters that allow you to specify the invoked dialog properties. |
See Also