C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRow Class / MaxLength Property

In This Topic
MaxLength Property (TransposedGridRow)
In This Topic
Gets or sets the maximum number of characters that the can be entered into the cell.
Syntax
'Declaration
 
Public Property MaxLength As Nullable(Of Integer)
 
Remarks
Set this property to null to allow entry of any number of characters.
See Also