Gets or sets the CSS class.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property CssClass As String
C#
public string CssClass { get; set; }
C++
public property string CssClass sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CssClass();

/** property */
public void set_CssClass(string value);
JScript
public function get CssClass() : String

public function set CssClass(value : String);

Property Value

The CSS class.

See Also