ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / TextWrapping Property

In This Topic
    TextWrapping Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value indicating whether the text inside the cell allows wrapping.
    Syntax
    'Declaration
     
    
    Public Property TextWrapping As TextWrapping
    public TextWrapping TextWrapping {get; set;}
    See Also