TreeGridContainersetRowIcons Method |
Sets the icons for the specified row, for Collapsed and Expanded state respectively. If expandedIcon isn't specified collapsedIcon will be used as it.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction setRowIcons(rowId, collapsedIcon, expandedIcon);
Parameters
- rowId
- Type: string
- collapsedIcon
- Type: string
Required. Path of Icon for Collapsed state relatively "cbin" folder - expandedIcon
- Type: string
Optional. Path of Icon for Expanded state relatively "cbin" folder. If it isn't specified collapsedIcon will be used as it.
See Also