MaxLength

HighlightOptions.MaxLength property

Gets a maximum text length.

public int? MaxLength { get; }

Property Value

A positive integer value that represents the maximum text length; null if the text length isn’t limited.

See Also