GridDataView
Class
Represents the view with data rows
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridDataView : RadDataView<GridViewRowInfo>, ICollectionView<GridViewRowInfo>, IPagedCollectionView, IReadOnlyCollection<GridViewRowInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectRadCollectionView<GridViewRowInfo>RadDataView<GridViewRowInfo>GridDataView
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridDataView class.
C#
public GridDataView(GridViewListSource listSource)
The list source.
Methods
Creates the group builder.
C#
protected override GroupBuilder<GridViewRowInfo> CreateGroupBuilder()
Overrides:
Gets the field value.
C#
protected override object GetFieldValue(GridViewRowInfo item, string fieldName)
The item.
fieldNamestringName of the field.
Returns:Overrides:
C#
protected override bool VersionUpdateNeeded(NotifyCollectionChangedEventArgs args)
Overrides: