FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / HeaderTextTrimming Property

In This Topic
    HeaderTextTrimming Property
    In This Topic
    Gets or sets how text should be trimmed when it overflows the size of the header cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property HeaderTextTrimming As Nullable(Of TextTrimming)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<TextTrimming> HeaderTextTrimming {get; set;}
    See Also