TextColumn<TModel, TValue> Class

Definition

Show inherited members (29)

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

public class TextColumn<TModel, TValue> : ColumnBase<TModel, TValue>, IColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged, ITextSearchableColumn<TModel> 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 (1)