Class FieldContentTemplateSelector
A DataTemplateSelector that selects special System.Windows.DataTemplate for the ValuesPositionField instance.
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class FieldContentTemplateSelector : DataTemplateSelector
Constructors
FieldContentTemplateSelector()
Declaration
public FieldContentTemplateSelector()
Properties
Default
Gets or sets the System.Windows.DataTemplate used by default.
Declaration
public DataTemplate Default { get; set; }
Property Value
System.Windows.DataTemplate
|
ValuesPosition
Gets or sets the System.Windows.DataTemplate that will be used for the ValuesPositionField item.
Declaration
public DataTemplate ValuesPosition { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a DataTemplate based on custom logic.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
The data object for which to select the template. |
System.Windows.DependencyObject
container
The data-bound object. |
Returns
System.Windows.DataTemplate
|