Interface IGridViewRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewRow : IControl, IFrameworkElement, ITargetElement
Properties
Cells
Declaration
IList<IGridViewCell> Cells { get; }
Property Value
System.
|
Index
Declaration
int Index { get; }
Property Value
System.
|
IsCurrent
Declaration
bool IsCurrent { get; set; }
Property Value
System.
|
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.
|
Methods
MouseClick(MouseClickType, Int32, Boolean, Int32)
Declaration
void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft, int index)
Parameters
Mouse
|
System.
|
System.
|
System.
|
MouseClick(MouseClickType, Int32, Int32)
Declaration
void MouseClick(MouseClickType clickType, int offset, int index)
Parameters
Mouse
|
System.
|
System.
|
Toggle()
Declaration
void Toggle()