Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListTextColumn Class / TextTrimming Property


In This Topic
    TextTrimming Property
    In This Topic
    Gets or sets the text trimming behavior to employ when content of SubItems in the column overflows the content area.
    Syntax
    'Declaration
     
    Public Property TextTrimming As TextTrimming
    'Usage
     
    Dim instance As ListTextColumn
    Dim value As TextTrimming
     
    instance.TextTrimming = value
     
    value = instance.TextTrimming
    public TextTrimming TextTrimming {get; set;}

    Property Value

    One of the TextTrimming values that specifies the text trimming behavior to employ. The default is System.Windows.TextTrimming.None.
    Remarks
    The TextTrimming property has no effect unless the TextWrapping property is set to System.Windows.TextWrapping.NoWrap.
    See Also