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