New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Count
Data
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 IQueryable
1`
Gets or sets the binding data.