ClassItemTemplateConverter
Provides logic for switching the view between flat and grouped (categorized) property fields.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class ItemTemplateConverter : IValueConverter
Inheritance: objectItemTemplateConverter
Implements:
Constructors
ItemTemplateConverter()
Declaration
public ItemTemplateConverter()
Properties
FlatRenderingTemplate
Gets or sets the flat rendering template.
Declaration
public DataTemplate FlatRenderingTemplate { get; set; }
Property Value
DataTemplate
The flat rendering template.
FlatTemplate
A data template for flat view.
Declaration
public DataTemplate FlatTemplate { get; set; }
Property Value
DataTemplate
GroupTemplate
A data template for grouped (categorized) view.
Declaration
public DataTemplate GroupTemplate { get; set; }
Property Value
DataTemplate
VirtualizedFlatTemplate
A data template for virtualized flat view.
Declaration
public DataTemplate VirtualizedFlatTemplate { get; set; }
Property Value
DataTemplate
The virtualized flat template.
Methods
Convert(object, Type, object, CultureInfo)
Converts a boolean value to grouped or flat template.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Not used.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns