ClassFieldBoxItemRolePresenterTemplateSelector
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public sealed class FieldBoxItemRolePresenterTemplateSelector : DataTemplateSelector
Inheritance: objectFieldBoxItemRolePresenterTemplateSelector
Constructors
FieldBoxItemRolePresenterTemplateSelector()
Declaration
public FieldBoxItemRolePresenterTemplateSelector()
Properties
DimensionRoleTemplate
Gets or sets the DataTemplate used for the Dimension.
Declaration
public DataTemplate DimensionRoleTemplate { get; set; }
Property Value
DataTemplate
FolderRoleTemplate
Gets or sets the DataTemplate used for the Folder.
Declaration
public DataTemplate FolderRoleTemplate { get; set; }
Property Value
DataTemplate
KpiRoleTemplate
Gets or sets the DataTemplate used for the Kpi.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kpi", Justification = "KPI is a Key Product Index that is accepted as a standard.")]
public DataTemplate KpiRoleTemplate { get; set; }
Property Value
DataTemplate
NoneRoleTemplate
Gets or sets the DataTemplate used for the None.
Declaration
public DataTemplate NoneRoleTemplate { get; set; }
Property Value
DataTemplate
OtherRoleTemplate
Gets or sets the DataTemplate used for the Other.
Declaration
public DataTemplate OtherRoleTemplate { get; set; }
Property Value
DataTemplate
SelectableRoleTemplate
Gets or sets the DataTemplate used for the Selectable.
Declaration
public DataTemplate SelectableRoleTemplate { get; set; }
Property Value
DataTemplate
ValuesRoleTemplate
Gets or sets the DataTemplate used for the Measure.
Declaration
public DataTemplate ValuesRoleTemplate { get; set; }
Property Value
DataTemplate