GridViewRowPresenterBase Class
.NET Framework 3.0
Represents the base class for classes that define the layout for a row of data where different data items are displayed in different columns.
Namespace: System.Windows.Controls.Primitives
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public MustInherit Class GridViewRowPresenterBase Inherits FrameworkElement Implements IWeakEventListener 'Usage Dim instance As GridViewRowPresenterBase
public abstract class GridViewRowPresenterBase extends FrameworkElement implements IWeakEventListener
public abstract class GridViewRowPresenterBase extends FrameworkElement implements IWeakEventListener
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
The GridViewRowPresenter and GridViewHeaderRowPresenter classes are derived from this base class.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Primitives.GridViewRowPresenterBase
System.Windows.Controls.GridViewHeaderRowPresenter
System.Windows.Controls.GridViewRowPresenter
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Primitives.GridViewRowPresenterBase
System.Windows.Controls.GridViewHeaderRowPresenter
System.Windows.Controls.GridViewRowPresenter
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: