ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputTextField Interface / MaxLength Property

In This Topic
    MaxLength Property (IInputTextField)
    In This Topic
    Gets the maximum length of the input field.
    Syntax
    'Declaration
     
    ReadOnly Property MaxLength As Integer
    int MaxLength {get;}

    Property Value

    The maximum length of the input field as an System.Int32.
    See Also