Class DataGridColumnHeader
Inheritance
System.Object
DataGridColumnHeader
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 DataGridColumnHeader : ButtonBase, IAutomationPeer, IPeerConverter, IButtonBase, IDataGridColumnHeader, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
DataGridColumnHeader()
Declaration
public DataGridColumnHeader()
Fields
CanUserSortProperty
DisplayIndexProperty
IsFrozenProperty
SeparatorBrushProperty
SeparatorVisibilityProperty
Declaration
public static AutomationProperty SeparatorVisibilityProperty
Field Value
AutomationProperty
|
SortDirectionProperty
Properties
CanUserSort
Declaration
public bool CanUserSort { get; set; }
Property Value
System.Boolean
|
DisplayIndex
Declaration
public int DisplayIndex { get; set; }
Property Value
System.Int32
|
IsFrozen
Declaration
public bool IsFrozen { get; set; }
Property Value
System.Boolean
|
SeparatorBrush
SeparatorVisibility
SortDirection
Declaration
public ListSortDescription SortDirection { get; set; }
Property Value
System.ComponentModel.ListSortDescription
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|