TemplateDataView
Class
Represents the view for the data row.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class TemplateDataView : RadDataView<GridViewRowInfo>, ICollectionView<GridViewRowInfo>, IPagedCollectionView, IReadOnlyCollection<GridViewRowInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectRadCollectionView<GridViewRowInfo>RadDataView<GridViewRowInfo>TemplateDataView
Implements:
Inherited Members
Constructors
Initializes a new instance of the TemplateDataView class.
C#
public TemplateDataView(IEnumerable<GridViewRowInfo> rows)
The rows.
Methods
Processes the collection changed.
C#
protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides: