TreeGridTextBoxValidationColumnMaxLength Property

Gets or sets the maximum number of characters that can be manually entered into the column text box.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public int MaxLength { get; set; }

Property Value

Int32

Implements

IGridTextBoxValidationColumnMaxLength

See Also