Class GridViewHeaderRowPresenter
Inheritance
System.Object
GridViewHeaderRowPresenter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class GridViewHeaderRowPresenter : GridViewRowPresenterBase, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
GridViewHeaderRowPresenter()
Declaration
public GridViewHeaderRowPresenter()
Fields
AllowsColumnReorderProperty
Declaration
public static AutomationProperty AllowsColumnReorderProperty
Field Value
AutomationProperty
|
ColumnHeaderContextMenuProperty
Declaration
public static AutomationProperty ColumnHeaderContextMenuProperty
Field Value
AutomationProperty
|
ColumnHeaderStringFormatProperty
Declaration
public static AutomationProperty ColumnHeaderStringFormatProperty
Field Value
AutomationProperty
|
Properties
AllowsColumnReorder
Declaration
public bool AllowsColumnReorder { get; set; }
Property Value
System.Boolean
|
ColumnHeaderContextMenu
ColumnHeaderStringFormat
Declaration
public string ColumnHeaderStringFormat { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|