Click or drag to resize
CKEditorControlDataIndentationChars Property
The characters to be used for indenting the HTML produced by the editor. Using characters different than ' ' (space) and '\t' (tab) is definitely a bad idea as it'll mess the code. Default value: '\t' Set to null for default value

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public string DataIndentationChars { get; set; }

Return Value

Type: String
null if the default value is set
See Also