Provides a framework for Panel elements that virtualize their child data collection. This is an abstract class.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public abstract class GridViewBaseVirtualizingPanel : Panel
Inheritance: objectGridViewBaseVirtualizingPanel
Derived Classes:
Constructors
Initializes a new instance of the GridViewBaseVirtualizingPanel class.
C#
protected GridViewBaseVirtualizingPanel()
Properties
Gets a value that identifies the ItemContainerGenerator for this GridViewBaseVirtualizingPanel.
C#
public IContainerGenerator ItemContainerGenerator { get; }
Methods
When implemented in a derived class, generates the item at the specified index location and makes it visible.