Class
GroupExpandingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GroupExpandingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGroupExpandingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

GroupExpandingEventArgs(DataGroup, bool)

Initializes a new instance of the GroupExpandingEventArgs class.

Declaration

cs-api-definition
public GroupExpandingEventArgs(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.