Base class for columns which select cell values from a model.
public abstract class ColumnBase<TModel, TValue> : ColumnBase<TModel>, IColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged where TModel : class
kind:method, kind:property, kind:ctor. Press Esc to clear.ColumnBase(Object?, Func<TModel, TValue?>, TypedBinding<TModel, TValue?>, Nullable<GridLength>, ColumnOptions<TModel>?)Initializes a new instance of the ColumnBase<TModel, TValue> class.ColumnBase(Object?, Expression<Func<TModel, TValue?>>, Action<TModel, TValue?>?, Nullable<GridLength>, ColumnOptions<TModel>)Initializes a new instance of the ColumnBase<TModel, TValue> class.BindingGets a binding which selects the column value from the model.ValueSelectorGets the function which selects the column value from the model.