Skip to main content
Tab

IndexPanelItemCommandEventArgs.GroupValue Property

Gets the value of an index panel item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

A Object value that represents the value of an index panel item, manipulations on which forced the event to be raised.

See Also