ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PreValidation Class / TrimEnd Property

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