IExpanderRow Interface

Definition

Represents a row which can be expanded to reveal nested data.

public interface IExpanderRow<TModel> : IRow<TModel>, IRow, IExpander, INotifyPropertyChanged

Type parameters

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

Methods (1)