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.Collections.Generic.IList<IGridViewCell>
|
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsCurrent
Declaration
bool IsCurrent { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
MouseClick(MouseClickType, Int32, Boolean, Int32)
Declaration
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
void MouseClick(MouseClickType clickType, int offset, int index)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Int32
index
|
Toggle()
Declaration
void Toggle()