Class PivotGridRowHeaderCell
Inheritance
System.Object
PivotGridRowHeaderCell
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class PivotGridRowHeaderCell : HtmlTableCell
Constructors
PivotGridRowHeaderCell()
Declaration
public PivotGridRowHeaderCell()
PivotGridRowHeaderCell(Element)
Properties
CanExpandCollapse
Declaration
public bool CanExpandCollapse { get; }
Property Value
System.Boolean
|
CellText
Declaration
public string CellText { get; }
Property Value
System.String
|
Expanded
Declaration
public bool Expanded { get; }
Property Value
System.Boolean
|
HeaderCellType
Declaration
public PivotGridHeaderCellType HeaderCellType { get; }
Property Value
PivotGridHeaderCellType
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
ParentItemIndex
Declaration
public int ParentItemIndex { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
Collapse()
Declaration
public void Collapse()
ControlAssert()
Expand()
Declaration
public void Expand()
ExpandCollapse(Boolean)
Declaration
public void ExpandCollapse(bool click)
Parameters
System.Boolean
click
|