FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / WordWrap Property

In This Topic
    WordWrap Property (GridColumn)
    In This Topic
    Gets or sets a value indicating whether cells in the column wrap their content.
    Syntax
    'Declaration
     
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also