Click or drag to resize
KaxTreeNodeContentCssClass Property
Gets or sets the Cascading Style Sheet (CSS) class applied to the content wrapper of the node.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ContentCssClass { get; set; }

Property Value

Type: String
Remarks
You can use the ContentCssClass property to specify unique appearance for a node content area and its children. Useful when using CSS sprites.
See Also