Table of Contents

Class HeaderSpec<T, U>

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll

A HeaderSpec<T> that renders the U cell component, bound to a fixed T property value, as the header.

public class HeaderSpec<T, U> : HeaderSpec<U> where T : IHasChanges where U : CellBase<T>

Type Parameters

T
U
Inheritance
HeaderSpec<T, U>
Inherited Members

Constructors

HeaderSpec(T)

public HeaderSpec(T value)

Parameters

value T