ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / TrimEnd Property

In This Topic
    TrimEnd Property (C1DropDownEditorBase)
    In This Topic
    Gets or sets a value indicating whether trailing spaces are removed.
    Syntax
    'Declaration
     
    
    Public Property TrimEnd As Boolean
    public bool TrimEnd {get; set;}
    See Also