New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GroupExpandingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGroupExpandingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GroupExpandingEventArgs class.

C#
public GroupExpandingEventArgs(DataGroup dataGroup, bool isExpanded)
Parameters:dataGroupDataGroup

The data group.

isExpandedbool

The is expanded.

Properties

Gets the data group.

C#
public DataGroup DataGroup { get; }
Property Value:

The data group.

Gets the is expanded.

C#
public bool IsExpanded { get; }
Property Value:

The is expanded.