KaxTreeNodeContentCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied to the content
wrapper of 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 string ContentCssClass { get; set; }
Public Property ContentCssClass As String
Get
Set
public:
property String^ ContentCssClass {
String^ get ();
void set (String^ value);
}
member ContentCssClass : string with get, set
Property Value
Type:
StringRemarks
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