Skip to main content
A newer version of this page is available. .

NeedToCacheErrorInfoEventArgs.IsCachingNeeded Property

Specifies if caching the error information is required.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public bool IsCachingNeeded { get; set; }

Property Value

Type Description
Boolean

true if the error information is cached, otherwise - false. The default is false.

See Also