ComponentOne DataGrid for WPF and Silverlight
MaxLength Property (DataGridTextColumn)

C1.WPF.DataGrid Namespace > DataGridTextColumn Class : MaxLength Property
Gets or sets the value that determines the maximum number of characters allowed for user input.
Syntax
'Declaration
 
Public Property MaxLength As System.Integer
public System.int MaxLength {get; set;}

Property Value

The maximum number of characters allowed for user input. The default is 0.
See Also

Reference

DataGridTextColumn Class
DataGridTextColumn Members