ClassGroupExpandingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GroupExpandingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGroupExpandingEventArgs
Inherited Members
Constructors
GroupExpandingEventArgs(DataGroup, bool)
Initializes a new instance of the GroupExpandingEventArgs class.
Properties
DataGroup
Gets the data group.
Declaration
cs-api-definition
public DataGroup DataGroup { get; }
Property Value
The data group.
IsExpanded
Gets the is expanded.