ClassGridViewRow
Represents the RadGridView for Silverlight/WPF GridViewRow control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class GridViewRow : ItemsControl, IAutomationPeer, IPeerConverter, IGridViewRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlGridViewRow
Derived Classes:
Implements:
Inherited Members
Constructors
GridViewRow()
Declaration
public GridViewRow()
Properties
CellPanel
Get the DataCellsPanel grid view cells panel.
Declaration
protected virtual FrameworkElement CellPanel { get; }
Property Value
Cells
Get the list of GridViewRow children.
Declaration
public IList<GridViewCell> Cells { get; }
Property Value
ChildGridView
Get the Child GridView.
DataCellsPanel
Get the GridViewRow data cells panel.
Declaration
protected FrameworkElement DataCellsPanel { get; }
Property Value
DataContext
Gets GridViewRow DataContext.
GridViewToggleButton
Get the GridViewToggleButton.
Declaration
public ToggleButton GridViewToggleButton { get; }
Property Value
Index
Get the index of the item.
IsCurrent
Gets whether the GridViewRow is current.
IsExpanded
Gets whether the GridViewRow is expanded.
IsSelected
Gets whether the GridViewRow is selected.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
MouseClick(MouseClickType, int, bool, int)
Triggers mouse click from the given type on a text box position calculated with the given offset from the top left or right of the text box.
Declaration
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft, int index)
Parameters
clickType
The mouse click type.
offset
The offset to calculate the click point from.
offsetFromLeft
Whether to add the offset from the bottom left or bottom right of the text box.
index
The index of the cell.
MouseClick(MouseClickType, int, int)
Triggers mouse click from the given type on a text box position calculated with the given offset from the top left of the text box.
Declaration
public void MouseClick(MouseClickType clickType, int offset, int index)
Parameters
clickType
The mouse click type.
offset
The offset from the top left of the text box to click on.
index
The index of the cell.
Toggle()
Toggles (expands/collapses) this parent row.
Declaration
public void Toggle()