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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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