SmallMultipleGroupColumnFooterTemplate Property  | 
 
            Gets or sets the template for the footer displayed after each column.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Template ColumnFooterTemplate { get; set; }Public Property ColumnFooterTemplate As Template
	Get
	Set
public:
property Template^ ColumnFooterTemplate {
	Template^ get ();
	void set (Template^ value);
}member ColumnFooterTemplate : Template with get, set
Property Value
Type: 
Template
            The column footer template.
            
See Also