ClassGridViewHeaderRowPresenter
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class GridViewHeaderRowPresenter : GridViewRowPresenterBase, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementGridViewRowPresenterBaseGridViewHeaderRowPresenter
Implements:
Inherited Members
Constructors
GridViewHeaderRowPresenter()
Declaration
cs-api-definition
public GridViewHeaderRowPresenter()
Fields
AllowsColumnReorderProperty
Declaration
cs-api-definition
public static AutomationProperty AllowsColumnReorderProperty
Field Value
ColumnHeaderContextMenuProperty
Declaration
cs-api-definition
public static AutomationProperty ColumnHeaderContextMenuProperty
Field Value
ColumnHeaderStringFormatProperty
Declaration
cs-api-definition
public static AutomationProperty ColumnHeaderStringFormatProperty
Field Value
Properties
ColumnHeaderContextMenu
Declaration
cs-api-definition
public ContextMenu ColumnHeaderContextMenu { get; set; }
Property Value
ColumnHeaderStringFormat
Declaration
cs-api-definition
public string ColumnHeaderStringFormat { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.