GridViewRow
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class GridViewRow : ItemsControl, IAutomationPeer, IPeerConverter, IGridViewRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlGridViewRow...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public GridViewRow()
Properties
C#
protected virtual FrameworkElement CellPanel { get; }
C#
public IList<GridViewCell> Cells { get; }
C#
public RadGridView ChildGridView { get; }
C#
protected FrameworkElement DataCellsPanel { get; }
C#
public object DataContext { get; set; }
C#
public ToggleButton GridViewToggleButton { get; }
C#
public bool IsExpanded { get; set; }
C#
public bool IsSelected { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public void Collapse()
C#
public void Expand()
C#
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft, int index)
C#
public void MouseClick(MouseClickType clickType, int offset, int index)
C#
public void Toggle()