KaxEditorStripFormattingOnPaste Property |
Note: This API is now obsolete.
This property is obsolete. Please, use the StripFormattingOptions property instead.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("This property is obsolete. Please, use the StripFormattingOptions property instead.",
false)]
public EditorStripFormattingOptions StripFormattingOnPaste { get; set; }
<ObsoleteAttribute("This property is obsolete. Please, use the StripFormattingOptions property instead.",
false)>
Public Property StripFormattingOnPaste As EditorStripFormattingOptions
Get
Set
public:
[ObsoleteAttribute(L"This property is obsolete. Please, use the StripFormattingOptions property instead.",
false)]
property EditorStripFormattingOptions StripFormattingOnPaste {
EditorStripFormattingOptions get ();
void set (EditorStripFormattingOptions value);
}
[<ObsoleteAttribute("This property is obsolete. Please, use the StripFormattingOptions property instead.",
false)>]
member StripFormattingOnPaste : EditorStripFormattingOptions with get, set
Property Value
Type:
EditorStripFormattingOptions
The default value is
EditorStripFormattingOptions.None.
See Also