ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / TextFilter Class / MaxTextWidth Property

In This Topic
    MaxTextWidth Property
    In This Topic
    Gets or sets the maximum width of text lines, in characters.

    -1 (the default) indicates that this value will be calculated automatically.

    Syntax
    'Declaration
     
    Public Property MaxTextWidth As System.Integer
    public System.int MaxTextWidth {get; set;}
    See Also