Click or drag to resize
KaxEditorStripFormattingOnPaste Property

Note: This API is now obsolete.

This property is obsolete. Please, use the StripFormattingOptions property instead.

Namespace: Kettic.AspNet.Controls
Assembly: 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; }

Property Value

Type: EditorStripFormattingOptions
The default value is EditorStripFormattingOptions.None.
See Also