ASPxWebClientUIControl.DisableHttpHandlerValidation Property
Specifies whether to disable the HttpHandler validation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public bool DisableHttpHandlerValidation { get; set; }
Public Property DisableHttpHandlerValidation As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to disable the validation; otherwise, false. |
See Also
Feedback