Class
TextFieldInfo

Detailed information about text field properties

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.Forms

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public class TextFieldInfo

Inheritance: objectTextFieldInfo

Constructors

TextFieldInfo()

Declaration

cs-api-definition
public TextFieldInfo()

Properties

IsComb

Whether the field uses comb formatting (fixed-width character cells)

Declaration

cs-api-definition
public bool IsComb { get; set; }

Property Value

bool

IsMultiline

Whether the field supports multiple lines of text

Declaration

cs-api-definition
public bool IsMultiline { get; set; }

Property Value

bool

IsPassword

Whether the field is a password field (text is masked)

Declaration

cs-api-definition
public bool IsPassword { get; set; }

Property Value

bool

MaxLength

Maximum number of characters allowed (0 means no limit)

Declaration

cs-api-definition
public int MaxLength { get; set; }

Property Value

int

Value

Current text value of the field

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string