Gets or sets how text should be trimmed when it overflows the size of the header cells in this row/column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Nullable<TextTrimming> HeaderTextTrimming { get; set; }
Visual Basic
Public Property HeaderTextTrimming As Nullable(Of TextTrimming)
	Get
	Set

See Also