Holds less commonly-used options for a TextColumn<TModel, TValue>.
public class TextColumnOptions<TModel> : ColumnOptions<TModel>, ITextCellOptions, ICellOptions
kind:method, kind:property, kind:ctor. Press Esc to clear.CultureCulture info used in conjunction with StringFormatIsTextSearchEnabledGets or sets a value indicating whether the column takes part in text searches.StringFormatGets or sets the format string for the cells in the column.TextAlignmentGets or sets the text alignment mode for the cells in the column.TextTrimmingGets or sets the text trimming mode for the cells in the column.TextWrappingGets or sets the text wrapping mode for the cells in the column.