KaxTreeNodeHoveredCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when the mouse hovers it.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string HoveredCssClass { get; set; }
Public Property HoveredCssClass As String
Get
Set
public:
property String^ HoveredCssClass {
String^ get ();
void set (String^ value);
}
member HoveredCssClass : string with get, set
Property Value
Type:
StringRemarks
By default the visual appearance of hovered nodes is defined in the skin CSS
file. You can use the HoveredCssClass property to specify unique
appearance for a node when it is hoevered.
See Also