KaxTreeNodeCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied by default to the node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string CssClass { get; set; }
Public Overrides Property CssClass As String
Get
Set
public:
virtual property String^ CssClass {
String^ get () override;
void set (String^ value) override;
}
abstract CssClass : string with get, set
override CssClass : 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 CssClass property to specify unique
appearance for the node.
See Also