FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / TextTrimming Property

In This Topic
    TextTrimming Property (GroupRow)
    In This Topic
    Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column.
    Syntax
    'Declaration
     
    Public Property TextTrimming As Nullable(Of TextTrimming)
    public Nullable<TextTrimming> TextTrimming {get; set;}
    See Also