Skip to main content
All docs
V25.1
  • AccessSettings.UriValidatedEventArgs.ValidationContext Property

    Gets the context that identifies the source or purpose of the validation.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public object ValidationContext { get; }

    Property Value

    Type Description
    Object

    The context that identifies the source or purpose of the validation.

    Remarks

    See the following help topic for more information: UriValidated.

    See Also