AxpDataGrid

AxpDataGrid.GridColsNoWrap Property

Specify grid columns where the text should not wrap.

[Visual Basic]
Public Property GridColsNoWrap As String
[C#]
public string GridColsNoWrap {get; set;}

Property Value

Comma separated list of column numbers (e.g. "1,2,5" or "*" = all columns) or column names for the columns that should not wrap text context.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace