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
columnTColumnTypeThe GridViewColumn to set the properties for.
widthdoubleThe width to set for the column. Default is 250.
Returns
- TColumnType
 The GridViewColumn with the text wrapping and width set.
Type Parameters
TColumnType