New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.InputSettingValidation

Class holding settings associated with Telerik.Web.UI.InputSetting validation process.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.InputSettingValidation

Properties

IsRequired Boolean

Gets or sets a value indicating the control should be required on client or not.

Location String

Gets or sets url for the WebService or Page which will be requested to validate data.

Method String

Gets or sets method name in the WebService or Page which will be requested to validate data.

ValidateOnEvent InputSettingValidateOnEvent

Gets or sets which event will cause the control to be validated.

ValidationGroup String

Gets or sets the name of the validation group to wich this setting belongs.

In this article