ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTextColumn Class / MaxLength Property

In This Topic
    MaxLength Property
    In This Topic
    Gets or sets the value that determines the maximum number of characters allowed for user input.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    public int MaxLength {get; set;}

    Property Value

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