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

In This Topic
    HeaderTextWrapping Property
    In This Topic
    Gets or sets whether text should be allowed to wrap in header cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property HeaderTextWrapping As Nullable(Of Boolean)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<bool> HeaderTextWrapping {get; set;}
    See Also