.NET Documentation
C#
VB
Show/Hide TOC
Grid
Text
Box
Validation
Column
Max
Length 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#
Copy
public
int
MaxLength
{
get
;
set
; }
VB
Copy
Public
Property
MaxLength
As
Integer
Get
Set
Property Value
Int32
Implements
IGridTextBoxValidationColumn
MaxLength
See Also
Reference
GridTextBoxValidationColumn Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Property Value
Implements
See Also