Base class for columns which select cell values from a model.
public abstract class ColumnBase<TModel> : NotifyingBase, IColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged
kind:method, kind:property, kind:ctor. Press Esc to clear.ColumnBase(Object?, Nullable<GridLength>, ColumnOptions<TModel>)Initializes a new instance of the ColumnBase<TModel, TValue> class.ActualWidthGets the actual width of the column after measurement.HeaderGets or sets the column header.OptionsGets the column options.SortDirectionGets or sets the sort direction indicator that will be displayed on the column.TagGets or sets a user-defined object attached to the column.WidthGets the width of the column.CreateCell(IRow<TModel>)Creates a cell for this column on the specified row.