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 GroupExpandedEventArgs : EventArgs

Inheritance: objectEventArgsGroupExpandedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GroupExpandedEventArgs class.

C#
public GroupExpandedEventArgs(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.