Class TemplateDataView
Represents the view for the data row.
Inheritance
System.Object
TemplateDataView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class TemplateDataView : RadDataView<GridViewRowInfo>, ICollectionView<GridViewRowInfo>, IPagedCollectionView, IReadOnlyCollection<GridViewRowInfo>, IEnumerable<GridViewRowInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
TemplateDataView(IEnumerable<GridViewRowInfo>)
Initializes a new instance of the TemplateDataView class.
Declaration
public TemplateDataView(IEnumerable<GridViewRowInfo> rows)
Parameters
System.Collections.Generic.IEnumerable<GridViewRowInfo>
rows
The rows. |
Methods
ProcessCollectionChanged(NotifyCollectionChangedEventArgs)
Processes the collection changed.
Declaration
protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
Parameters
NotifyCollectionChangedEventArgs
args
The NotifyCollectionChangedEventArgs instance containing the event data. |
Overrides
Telerik.WinControls.Data.RadDataView<Telerik.WinControls.UI.GridViewRowInfo>.ProcessCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)