Class FieldBoxItemRolePresenterTemplateSelector
A System.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldBoxItemRolePresenterTemplateSelector : DataTemplateSelector
Constructors
FieldBoxItemRolePresenterTemplateSelector()
Declaration
public FieldBoxItemRolePresenterTemplateSelector()
Properties
DimensionRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate DimensionRoleTemplate { get; set; }
Property Value
System.
|
FolderRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate FolderRoleTemplate { get; set; }
Property Value
System.
|
KpiRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate KpiRoleTemplate { get; set; }
Property Value
System.
|
NoneRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate NoneRoleTemplate { get; set; }
Property Value
System.
|
OtherRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate OtherRoleTemplate { get; set; }
Property Value
System.
|
SelectableRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate SelectableRoleTemplate { get; set; }
Property Value
System.
|
ValuesRoleTemplate
Gets or sets the System.
Declaration
public DataTemplate ValuesRoleTemplate { get; set; }
Property Value
System.
|
Methods
SelectTemplate(Object, DependencyObject)
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System. The item for which a template is selected. Expected to be IField. |
System. The container. |
Returns
System. The selected System. |