Skip to main content
All docs
V25.1
  • EnvironmentPolicy.ReadCurrentProcessDataEventArgs.Value Property

    Gets or sets the value of the process parameter.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public object Value { get; set; }

    Property Value

    Type Description
    Object

    The value of the process parameter.

    See Also