Gets or sets the CSS file.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CssFile As String |
| C# |
|---|
| public string CssFile { get; set; } |
| C++ |
|---|
| public property string CssFile sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_CssFile(); /** property */ public void set_CssFile(string value); |
| JScript |
|---|
| public function get CssFile() : String public function set CssFile(value : String); |
Property Value
The CSS file.