Click or drag to resize
ActionIcon Property
Name of the image that should be used as the icon of the action. The image must be located in the folder defined by the ImageDirectoryPath property of the UniGrid. Sample value: "delete.png"

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public string Icon { get; set; }

Property Value

Type: String
See Also