ClassGridViewHeaderRow
Class
Represents the RadGridView for Silverlight GridViewHeaderRow control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GridViewHeaderRow : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IGridViewHeaderRow, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlGridViewHeaderRow
Implements:
Inherited Members
Constructors
GridViewHeaderRow()
Declaration
cs-api-definition
public GridViewHeaderRow()
Properties
HeaderCells
Get the list of HeaderCells.
Declaration
cs-api-definition
public IList<GridViewHeaderCell> HeaderCells { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
DragHeaderCellToGroupPanel(int)
Drag the header cell with the given index to the grouppanel.
Declaration
cs-api-definition
public void DragHeaderCellToGroupPanel(int cellIndex)
Parameters
cellIndex
The index of the header cell being dragged.