Skip to main content

PivotGridFieldValueTemplateItem.ImageOnClick Property

Gets the java script code that realizes a field value‘s expanding/collapsing functionality.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ImageOnClick { get; }

Property Value

Type Description
String

A string value representing the script that expands or collapses the related field value.

Remarks

The ImageOnClick property allows the default expanding/collapsing functionality to be provided for templated field values. Use this property when you create a custom template for field values and need to assign an appropriate handler to the onclick HTML event of the template’s particular content element.

See Also