MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ViewCellStyle Class / Trimming Property

In This Topic
    Trimming Property
    In This Topic
    Gets or sets a value that indicating how to trim characters that do not fit in the space available.
    Syntax
    'Declaration
     
    
    Public Property Trimming As StringTrimming
    public StringTrimming Trimming {get; set;}
    See Also