Gets or sets a string containing the path to the XML toolbar configuration file.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ToolsFile As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As String
instance.ToolsFile = value
value = instance.ToolsFile
|
| C# | |
|---|
public string ToolsFile {get; set;} |
Return Value
The default is
~/RadControls/Editor/ToolsFile.xml.
Remarks
Requirements
RadEditor 5.0 and above.
See Also