TextColumn<TModel, TValue> Class

Definition

Show inherited members (30)

A column in an ITreeDataGridSource which displays its values as text.

public class TextColumn<TModel, TValue> : ColumnBase<TModel, TValue>, IColumn<TModel>, IColumnMeasurementOptions, ITextSearchableColumn<TModel>, IReusableCellColumn<TModel>, ICellColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged where TModel : class

Type parameters

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

Constructors (2)

Properties (2)

Methods (3)