Data for Silverlight
MaxLength Property

C1.Silverlight.Data Namespace > DataColumn Class : MaxLength Property
Gets or sets the maximum length of a text column. If the column has no maximum length, the value is –1 (default).
Syntax
'Declaration
 
Public Property MaxLength As Integer
public int MaxLength {get; set;}
Remarks
The MaxLength property is ignored for non-text columns.
See Also

Reference

DataColumn Class
DataColumn Members