Class GridViewHeaderCell
Inheritance
System.Object
GridViewHeaderCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class GridViewHeaderCell : ContentControl, IAutomationPeer, IPeerConverter, IGridViewHeaderCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewHeaderCell()
Declaration
public GridViewHeaderCell()
Properties
FieldFilterControl
FilteringControl
FilteringDropDown
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
LeftHeaderGripper
RightHeaderGripper
SortIndicator
SortingState
Declaration
public string SortingState { get; }
Property Value
System.String
|
Methods
DragToGroupPanel()
Declaration
public void DragToGroupPanel()
DragToGroupPanel(FrameworkElement)
Declaration
public void DragToGroupPanel(FrameworkElement groupPanel)
Parameters
FrameworkElement
groupPanel
|
DragToHeaderGripper(Int32, HeaderCellThumbName)
Declaration
public void DragToHeaderGripper(int headerCellIndexTarget, HeaderCellThumbName thumbName)
Parameters
System.Int32
headerCellIndexTarget
|
HeaderCellThumbName
thumbName
|
Resize(Int32)
Declaration
public void Resize(int widthOffset)
Parameters
System.Int32
widthOffset
|
Explicit Interface Implementations
IGridViewHeaderCell.DragToGroupPanel()
Declaration
void IGridViewHeaderCell.DragToGroupPanel()
Implements
IGridViewHeaderCell.DragToGroupPanel(FrameworkElement)
Declaration
void IGridViewHeaderCell.DragToGroupPanel(FrameworkElement groupPanel)
Parameters
FrameworkElement
groupPanel
|
Implements
IGridViewHeaderCell.DragToHeaderGripper(Int32, HeaderCellThumbName)
Declaration
void IGridViewHeaderCell.DragToHeaderGripper(int headerCellIndexTarget, HeaderCellThumbName thumbName)
Parameters
System.Int32
headerCellIndexTarget
|
HeaderCellThumbName
thumbName
|
Implements
IGridViewHeaderCell.FieldFilteringControl
Declaration
FrameworkElement IGridViewHeaderCell.FieldFilteringControl { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.FilteringControl
Declaration
FrameworkElement IGridViewHeaderCell.FilteringControl { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.FilteringDropDown
Declaration
FrameworkElement IGridViewHeaderCell.FilteringDropDown { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.Index
Declaration
int IGridViewHeaderCell.Index { get; }
Returns
System.Int32
|
Implements
IGridViewHeaderCell.LeftHeaderGripper
Declaration
FrameworkElement IGridViewHeaderCell.LeftHeaderGripper { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.Resize(Int32)
Declaration
void IGridViewHeaderCell.Resize(int widthOffset)
Parameters
System.Int32
widthOffset
|
Implements
IGridViewHeaderCell.RightHeaderGripper
Declaration
FrameworkElement IGridViewHeaderCell.RightHeaderGripper { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.SortIndicator
Declaration
FrameworkElement IGridViewHeaderCell.SortIndicator { get; }
Returns
FrameworkElement
|
Implements
IGridViewHeaderCell.SortingState
Declaration
string IGridViewHeaderCell.SortingState { get; }
Returns
System.String
|