Class ComponentColumnConfiguration
Defines client component possibilities for table column.
public sealed class ComponentColumnConfiguration
- Inheritance
-
objectComponentColumnConfiguration
- Extension Methods
Properties
ClientName
Gets or sets client component name.
public string ClientName { get; set; }
Property Value
- string
ModelRetriever
Gets or sets function allowing to create client component model.
public Func<object, IDataContainer, object> ModelRetriever { get; set; }
Property Value
- Func<object, IDataContainer, object>