Class ItemTemplateConverter
Inheritance
System.Object
ItemTemplateConverter
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ItemTemplateConverter : Object, IValueConverter
Constructors
ItemTemplateConverter()
Declaration
public ItemTemplateConverter()
Properties
FlatRenderingTemplate
Declaration
public DataTemplate FlatRenderingTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
FlatTemplate
Declaration
public DataTemplate FlatTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
GroupTemplate
Declaration
public DataTemplate GroupTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
NonVirtualizedFlatRenderingTemplate
Declaration
public DataTemplate NonVirtualizedFlatRenderingTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
VirtualizedFlatTemplate
Declaration
public DataTemplate VirtualizedFlatTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
Convert(Object, Type, Object, String)
Declaration
public object Convert(object value, Type targetType, object parameter, string culture)
Parameters
|
System.Object
value
|
|
System.Type
targetType
|
|
System.Object
parameter
|
|
System.String
culture
|
Returns
|
System.Object
|
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string culture)
Parameters
|
System.Object
value
|
|
System.Type
targetType
|
|
System.Object
parameter
|
|
System.String
culture
|
Returns
|
System.Object
|