<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCol Class / HeaderTextWrapping Property

In This Topic
    HeaderTextWrapping Property (RowCol)
    In This Topic
    Gets or sets whether text should be allowed to wrap in header cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HeaderTextWrapping As Nullable(Of Boolean)
    public Nullable<bool> HeaderTextWrapping {get; set;}
    See Also