Gets or sets the value indicating whether the HTML content of the RadEditor will
be saved into the ASCX/ASPX file.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property SaveInFile As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As Boolean
instance.SaveInFile = value
value = instance.SaveInFile
|
| C# | |
|---|
public bool SaveInFile {get; set;} |
Return Value
true when the HTML content will be saved into the ASCX/ASPX
file; otherwise
false. The default value is
false.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also