public class TextColumn<TModel, TValue> : ValueColumn<TModel, TValue>, IColumn<TModel>, IColumn, INotifyPropertyChanged
kind:method
kind:property
kind:ctor
TextColumn(Object?, Expression<Func<TModel, TValue>>, Action<TModel, TValue>, Nullable<GridLength>, ColumnOptions<TModel>?, String?)
TextColumn(Object?, Expression<Func<TModel, TValue>>, Nullable<GridLength>, ColumnOptions<TModel>?, String?)