GridViewListSource
Class
Represents the RadListSource of the specific template
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewListSource : RadListSource<GridViewRowInfo>, IList, ICollection, IEnumerable, ITypedList, ICancelAddNew, INotifyCollectionChanged, INotifyPropertyChanged, ICurrencyManagerProvider, IDisposable
Inheritance: objectRadListSource<GridViewRowInfo>GridViewListSource
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewListSource class.
C#
public GridViewListSource(GridViewTemplate template, RadCollectionView<GridViewRowInfo> collectionView)
The template.
collectionViewRadCollectionView<GridViewRowInfo>The collection view.
Initializes a new instance of the GridViewListSource class.
C#
public GridViewListSource(GridViewTemplate template)
The template.
Properties
Gets the template.
C#
public GridViewTemplate Template { get; }
The template.
Methods
Creates the default collection view.
C#
protected override RadCollectionView<GridViewRowInfo> CreateDefaultCollectionView()
Overrides:
Initializes the specified template.
C#
protected virtual void Initialize(GridViewTemplate template)
The template.
C#
protected override void ProcessCurrencyManagerListChanged(object sender, ListChangedEventArgs e)
Overrides: