Skip to main content
All docs
V26.1
  • DialogOpeningEventArgs.DialogParameters Property

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public DialogParameters DialogParameters { get; }

    Property Value

    Type Description
    DialogParameters

    Parameters that allow you to specify the invoked dialog properties.

    See Also