ClassItemTemplateConverter
Provides logic for switching the view between flat and grouped (categorized) property fields.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly:Telerik.WinUI.Controls.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
NonVirtualizedFlatRenderingTemplate
Gets or sets the flat rendering template without virtualization.
Declaration
public DataTemplate NonVirtualizedFlatRenderingTemplate { get; set; }
Property Value
DataTemplate
The flat rendering template without virtualization.
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, string)
Converts a boolean value to grouped or flat template.