Click or drag to resize
UniTreeDefaultItemTemplate Property
Gets or sets node template. You can use following macros: ##NODEJAVA## (encoded item name for using in javascript), ##NODENAME## (name of item), ##ICON## (image)

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

Property Value

Type: String
See Also