ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / TrimEnd Property

In This Topic
    TrimEnd Property (C1DropDownControl)
    In This Topic
    If True, trailing spaces are removed.
    Syntax
    'Declaration
     
    Public Property TrimEnd As Boolean
    public bool TrimEnd {get; set;}
    See Also