Click or drag to resize
KaxTreeNodeDisabledCssClass Property
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when it is disabled.

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 DisabledCssClass { get; set; }

Property Value

Type: String
Remarks
By default the visual appearance of disabled nodes is defined in the skin CSS file. You can use the DisabledCssClass property to specify unique appearance for a node when it is disabled.
See Also