Gets or sets how text should be trimmed when it overflows the size of the cells in
this row/column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
public Nullable<TextTrimming> TextTrimming { get; set; } |
| Visual Basic |
|---|
Public Property TextTrimming As Nullable(Of TextTrimming) Get Set |