ViewDataTemplateCells Property  | 
 
            Gets the template cells.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "templateCells", EmitDefaultValue = false)]
public IList<AdapterData> TemplateCells { get; }<DataMemberAttribute(Name := "templateCells", EmitDefaultValue := false)>
Public ReadOnly Property TemplateCells As IList(Of AdapterData)
	Get
public:
[DataMemberAttribute(Name = L"templateCells", EmitDefaultValue = false)]
property IList<AdapterData^>^ TemplateCells {
	IList<AdapterData^>^ get ();
}[<DataMemberAttribute(Name = "templateCells", EmitDefaultValue = false)>]
member TemplateCells : IList<AdapterData> with get
Property Value
Type: 
IListAdapterData
            The template cells.
            
See Also