Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GroupExpandingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGroupExpandingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GroupExpandingEventArgs class.
Properties
Gets the data group.
C#
public DataGroup DataGroup { get; }
The data group.
Gets the is expanded.
C#
public bool IsExpanded { get; }
The is expanded.