ClassGridViewHeaderCell
Represents the RadGridView for Silverlight/WPF GridViewHeaderCell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class GridViewHeaderCell : ContentControl, IAutomationPeer, IPeerConverter, IGridViewHeaderCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlGridViewHeaderCell
Implements:
Inherited Members
Constructors
GridViewHeaderCell()
Declaration
public GridViewHeaderCell()
Properties
FieldFilterControl
Get the field filter control of the header cell. Returns 'null' if filtering row is not enabled.
Declaration
public FieldFilterControl FieldFilterControl { get; }
Property Value
FilteringControl
Get the filtering control of the cell.
Declaration
public FilteringControl FilteringControl { get; }
Property Value
FilteringDropDown
Get the filtering drop down of the header cell. Returns 'null' if filtering is not enabled.
Index
Get the index of the cell.
LeftHeaderGripper
Get the left header gripper of the cell.
RightHeaderGripper
Get the right header gripper of the cell.
SortIndicator
Get the sort indicator of the cell.
SortingState
Gets the sort direction.
Declaration
public string SortingState { get; }
Property Value
The insertion point visibility.
Methods
DragToGroupPanel()
Drag the header cell to the grouppanel.
Declaration
public void DragToGroupPanel()
DragToGroupPanel(FrameworkElement)
Drag the header cell to the given group panel element.
Declaration
public void DragToGroupPanel(FrameworkElement groupPanel)
Parameters
groupPanel
DragToHeaderGripper(int, HeaderCellThumbName)
Drag the header cell to the header cell thumb with the given thumb name.
Declaration
public void DragToHeaderGripper(int headerCellIndexTarget, HeaderCellThumbName thumbName)
Parameters
headerCellIndexTarget
The index of the header cell to drag to.
thumbName
The thumb name.
Resize(int)
Resizes the header cell thumb.
Declaration
public void Resize(int widthOffset)
Parameters
widthOffset
Use value smaller than the header cell's width to resize to left and greater -- to right.