Skip to main content
All docs
V26.1
  • EnvironmentPolicy.FailedEventArgs.Operation Property

    Gets the environment-related operation that failed.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public EnvironmentOperation Operation { get; }

    Property Value

    Type Description
    DevExpress.Data.Internal.EnvironmentOperation

    The environment-related operation that failed.

    See Also