Class TreeViewDescriptor
A Xamarin.Forms.BindableObject which provides meta information for a specific type which is part of the
Inheritance
Namespace: Telerik.XamarinForms.DataControls
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class TreeViewDescriptor : BindableObject, IChildElement
Constructors
TreeViewDescriptor()
Declaration
public TreeViewDescriptor()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemsSourcePathProperty
Identifies the ItemsSourcePath property.
Declaration
public static readonly BindableProperty ItemsSourcePathProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
TargetTypeProperty
Identifies the TargetType property.
Declaration
public static readonly BindableProperty TargetTypeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
DisplayMemberPath
Gets or sets the name of the property holding the header of the TreeViewDataItem.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.String
|
ItemsSourcePath
Gets or sets the name of the property holding children of the respective type of items.
Declaration
public string ItemsSourcePath { get; set; }
Property Value
System.String
|
ItemTemplate
Gets or sets the Xamarin.Forms.DataTemplateSelector or Xamarin.Forms.DataTemplate to be applied to the respective type of items.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Xamarin.Forms.DataTemplate
|
TargetType
Gets or sets the System.Type of an item.
Declaration
public Type TargetType { get; set; }
Property Value
System.Type
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|