Interface IGroupHeaderRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGroupHeaderRow : IControl, IFrameworkElement, ITargetElement
Properties
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Level
Declaration
int Level { get; set; }
Property Value
System.Int32
|
Methods
Collapse()
Declaration
void Collapse()
Expand()
Declaration
void Expand()
Toggle()
Declaration
void Toggle()