Class
GroupExpandedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GroupExpandedEventArgs : EventArgs

Inheritance: objectEventArgsGroupExpandedEventArgs

Inherited Members EventArgs.Empty

Constructors

GroupExpandedEventArgs(DataGroup, bool)

Initializes a new instance of the GroupExpandedEventArgs class.

Declaration

cs-api-definition
public GroupExpandedEventArgs(DataGroup dataGroup, bool isExpanded)

Parameters

dataGroup

DataGroup

The data group.

isExpanded

bool

The is expanded.

Properties

DataGroup

Gets the data group.

Declaration

cs-api-definition
public DataGroup DataGroup { get; }

Property Value

DataGroup

The data group.

IsExpanded

Gets the is expanded.

Declaration

cs-api-definition
public bool IsExpanded { get; }

Property Value

bool

The is expanded.