Skip to main content
All docs
V25.1
  • EnvironmentPolicy.ReadingCurrentProcessDataEventArgs.Parameter Property

    Gets the name of the process parameter.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public string Parameter { get; }

    #Property Value

    Type Description
    String

    The name of the process parameter.

    See Also