Table of Contents

Method WithTextWrapAndWidth

Namespace
Innova.Prism.Telerik.Controls
Assembly
Innova.Prism.Telerik.dll

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 TColumnType

The GridViewColumn to set the properties for.

width double

The width to set for the column. Default is 250.

Returns

TColumnType

The GridViewColumn with the text wrapping and width set.

Type Parameters

TColumnType