True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Style Class / Trimming Property

In This Topic
    Trimming Property (Style)
    In This Topic
    Gets or sets the trim characters for a string that does not completely fit into a layout shape.
    Syntax
    'Declaration
     
    Public Property Trimming As System.Drawing.StringTrimming
    public System.Drawing.StringTrimming Trimming {get; set;}
    Remarks
    The System.Drawing.StringTrimming.Character flag works with UseCompatibleTextRendering = True.
    See Also