Skip to main content
All docs
V25.1
  • EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs.ToString() Method

    Returns a human-readable representation of the SettingEnvironmentVariableRequestEventArgs object.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    The string representation of the SettingEnvironmentVariableRequestEventArgs object.

    See Also