ShowSelectAsGif
Shows the values in the column as GIF images.
This property is only applicable if the column type is Select and there are .gif files in the folder for each option in the list.
Values
This attribute can take one of the following values:
- true. Shows the values as GIF images.
- false (default). Shows the values as text.
Examples
GridCol.ShowSelectAsGif = true;
Shows the values in the column as GIF images.