Skip to main content
A newer version of this page is available. .
Tab

IndexPanelItemCommandEventArgs.GroupValue Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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