ImageDefinition / PartialImageDefinition

Description

An ImageDefiniton is an interface that exposes properties to allow customizing images/icons that appear in the DataGrid.

An ImageDefiniton can be provided through the ImageDefinitionCollection.

Properties

Property

Type

Description

source

string

Represents the customized image.

Remarks

Source must be set to an absolute or relative URL, or to a data URI. The recommended format is svg.

A partial type/interface is an object in which properties are optional.