Class GridViewRow
Inheritance
System.Object
GridViewRow
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 GridViewRow : ItemsControl, IAutomationPeer, IPeerConverter, IGridViewRow, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewRow()
Declaration
public GridViewRow()
Properties
CellPanel
Cells
Declaration
public IList<GridViewCell> Cells { get; }
Property Value
System.Collections.Generic.IList<GridViewCell>
|
ChildGridView
DataCellsPanel
DataContext
Declaration
public object DataContext { get; set; }
Property Value
System.Object
|
GridViewToggleButton
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsCurrent
Declaration
public bool IsCurrent { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
MouseClick(MouseClickType, Int32, Boolean, Int32)
Declaration
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft, int index)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
System.Int32
index
|
MouseClick(MouseClickType, Int32, Int32)
Declaration
public void MouseClick(MouseClickType clickType, int offset, int index)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Int32
index
|
Toggle()
Declaration
public void Toggle()
Explicit Interface Implementations
IGridViewRow.Cells
Declaration
IList<IGridViewCell> IGridViewRow.Cells { get; }
Returns
System.Collections.Generic.IList<IGridViewCell>
|
Implements
IGridViewRow.Index
IGridViewRow.IsCurrent
Declaration
bool IGridViewRow.IsCurrent { get; set; }
Returns
System.Boolean
|
Implements
IGridViewRow.IsExpanded
Declaration
bool IGridViewRow.IsExpanded { get; set; }
Returns
System.Boolean
|
Implements
IGridViewRow.IsSelected
Declaration
bool IGridViewRow.IsSelected { get; set; }
Returns
System.Boolean
|
Implements
IGridViewRow.MouseClick(MouseClickType, Int32, Boolean, Int32)
Declaration
void IGridViewRow.MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft, int index)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
System.Int32
index
|
Implements
IGridViewRow.MouseClick(MouseClickType, Int32, Int32)
Declaration
void IGridViewRow.MouseClick(MouseClickType clickType, int offset, int index)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Int32
index
|