Method WithTextWrapAndWidth
WithTextWrapAndWidth<TColumnType>(TColumnType, double)
Sets the text wrapping and width for the specified GridViewColumn.
public static TColumnType WithTextWrapAndWidth<TColumnType>(this TColumnType column, double width = 250) where TColumnType : GridViewColumn
Parameters
column
TColumnTypeThe GridViewColumn to set the properties for.
width
doubleThe width to set for the column. Default is 250.
Returns
- TColumnType
The GridViewColumn with the text wrapping and width set.
Type Parameters
TColumnType