Table of Contents

Property SplitEndOnEscape

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SplitEndOnEscape

Gets or sets a value indicating whether the split operation should terminate when an escape character is encountered. Default is true.

[Browsable(false)]
public virtual bool SplitEndOnEscape { get; set; }

Property Value

bool

Remarks

Set this property to true to ensure that the split operation ends upon encountering an escape character. This can be useful in scenarios where escape sequences are significant and should not be processed as part of the split result.