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

Telerik.Web.UI.WebServiceSettings

Represents the settings to be used for load on demand through web service.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ObjectWithState
  • Telerik.Web.UI.WebServiceSettings

Properties

Method String

Gets or sets the method name to be called to populate items with ExpandMode set to WebService.

Remarks

The method must be part of the web service specified through the Path property.

Path String

Gets or sets the name of the web service to be used to populate items with ExpandMode set to WebService.

UseHttpGet Boolean

Gets or sets a boolean value

In this article