ColumnBase<TModel, TValue> Class

Definition

Show inherited members (26)

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

Type parameters

TModel
The model type.
TValue
The value type.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Properties (2)

Methods (2)