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

Telerik.Web.UI.GridLinqBindingData`1

Generic object returned from the RadGrid.GetBindingData methods. Returns a result and the count of the returned items. Used when binding the Telerik.Web.UI.RadGrid to a service.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridLinqBindingData`1

Properties

Count Int32

Gets or sets the number of items in the binding data.

Data IQueryable1`

Gets or sets the binding data.

In this article