Class DataGridHeaderBorder
Inheritance
System.Object
DataGridHeaderBorder
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 DataGridHeaderBorder : Border, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
DataGridHeaderBorder()
Declaration
public DataGridHeaderBorder()
Fields
IsClickableProperty
IsHoveredProperty
IsPressedProperty
IsSelectedProperty
OrientationProperty
SeparatorBrushProperty
SeparatorVisibilityProperty
Declaration
public static AutomationProperty SeparatorVisibilityProperty
Field Value
AutomationProperty
|
SortDirectionProperty
Properties
IsClickable
Declaration
public bool IsClickable { get; set; }
Property Value
System.Boolean
|
IsHovered
Declaration
public bool IsHovered { get; set; }
Property Value
System.Boolean
|
IsPressed
Declaration
public bool IsPressed { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Orientation
SeparatorBrush
SeparatorVisibility
SortDirection
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
System.ComponentModel.ListSortDirection
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|