RadControls for WPF

Provides a framework for Panel elements that virtualize their child data collection. This is an abstract class.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class GridViewBaseVirtualizingPanel : Panel
Visual Basic
Public MustInherit Class GridViewBaseVirtualizingPanel _
	Inherits Panel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls.GridView..::..GridViewBaseVirtualizingPanel
                Telerik.Windows.Controls.GridView..::..GridViewVirtualizingPanel

See Also