Version

DataCellTemplate Class Members

The following tables list the members exposed by DataCellTemplate.

Public Constructors
 NameDescription
Public ConstructorDataCellTemplate Constructor  
Public Properties
 NameDescription
Public PropertyColumnHierarchyGets or sets the name of column's hierarchy for which PivotCellControl the Template will be applied.  
Public PropertyColumnLabelGets or sets the lable of column's hierarchy for which PivotCellControl the Template will be applied.  
Public PropertyColumnLevelGets or sets the level of column's heirarchy for which PivotCellControl the Template will be applied. It is 1 based index.  
Public PropertyRowHierarchyGets or sets the name of row's hierarchy for which PivotCellControl the Template will be applied.  
Public PropertyRowLabelGets or sets the label of row's hierarchy for which PivotCellControl the Template will be applied.  
Public PropertyRowLevelGets or sets the level of row's hierarchy for which PivotCellControl the Template will be applied. It is 1 based index.  
Public PropertyTemplateGets or sets the System.Windows.DataTemplate used to define the Content of cell, depending on other properties in the object.  
See Also