A column in an ITreeDataGridSource which displays its values as text.
public class TextColumn<TModel, TValue> : ColumnBase<TModel, TValue>, IColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged, ITextSearchableColumn<TModel> where TModel : class
kind:method, kind:property, kind:ctor. Press Esc to clear.TextColumn(Object?, Expression<Func<TModel, TValue?>>, Action<TModel, TValue?>, Nullable<GridLength>, TextColumnOptions<TModel>?)Initializes a new instance of the TextColumn<TModel, TValue> class.TextColumn(Object?, Expression<Func<TModel, TValue?>>, Nullable<GridLength>, TextColumnOptions<TModel>?)Initializes a new instance of the TextColumn<TModel, TValue> class.