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

IndexPanelItemTemplateContainer.GroupValue Property

Gets the value of an index panel item for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

A Object value that represents the rendered index panel item’s value.

Remarks

This property can be used to identify the index panel item being rendered.

See Also