TrimTrailingWhitespaces

XmlEditOptions.TrimTrailingWhitespaces property

Allows to enable the truncation of trailing whitespaces in the inner-tag text. By default is disabled (false) — trailing whitespaces will be preserved.

public bool TrimTrailingWhitespaces { get; set; }

See Also