Skip to main content
All docs
V26.1
  • EnvironmentPolicy.ExpandingEnvironmentVariablesRequestEventArgs.ToString() Method

    Returns a human-readable representation of the ExpandingEnvironmentVariablesRequestEventArgs object.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    The string representation of the ExpandingEnvironmentVariablesRequestEventArgs object.

    See Also