Indicates the maximum number of characters that can be manually entered into the TextBox.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int MaxLength { get; set; }
Visual Basic
Public Property MaxLength As Integer
	Get
	Set
JScript
function get MaxLength () : int
function set MaxLength (value : int)

See Also