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