Click or drag to resize

FormTextDataMaximumLength Property

Gets or sets the maximum length of text which should be allowed within the parent text box form field before any formatting specified by the ValueFormat property. Default value is MaxValue (unlimited).

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int MaximumLength { get; set; }

Property Value

Int32
See Also