Class GroupExpandingEventArgs
Inheritance
System.Object
GroupExpandingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GroupExpandingEventArgs : CancelEventArgs
Constructors
GroupExpandingEventArgs(DataGroup, Boolean)
Initializes a new instance of the GroupExpandingEventArgs class.
Declaration
public GroupExpandingEventArgs(DataGroup dataGroup, bool isExpanded)
Parameters
DataGroup
dataGroup
The data group. |
System.Boolean
isExpanded
The is expanded. |
Properties
DataGroup
Gets the data group.
Declaration
public DataGroup DataGroup { get; }
Property Value
DataGroup
The data group. |
IsExpanded
Gets the is expanded.
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
The is expanded. |