Class DataGridPickerColumn
A special Data
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataGridPickerColumn : DataGridTextColumn, IDataDescriptorPeer, IDataGridColumnDefinition, INestedPropertyColumn
Constructors
DataGridPickerColumn()
Declaration
public DataGridPickerColumn()
Fields
ItemDisplayBindingPathProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemDisplayBindingPathProperty
Field Value
Xamarin.
|
ItemsSourcePathProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourcePathProperty
Field Value
Xamarin.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.
|
Properties
ItemDisplayBindingPath
Gets or sets the display member path for the combobox editor.
Declaration
public string ItemDisplayBindingPath { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets the items source for the Xamarin.
Declaration
public object ItemsSource { get; set; }
Property Value
System.
|
ItemsSourcePath
Gets or sets the path of the property that will be used as an
items source for the Xamarin.
Declaration
public string ItemsSourcePath { get; set; }
Property Value
System.
|
Methods
CreateGroupDescriptor()
Creates the Group
Declaration
protected override GroupDescriptorBase CreateGroupDescriptor()
Returns
Overrides
CreateSortDescriptor()
Creates the Sort
Declaration
protected override SortDescriptorBase CreateSortDescriptor()
Returns
Overrides
GetDisplayValueForInstance(Object)
Declaration
public object GetDisplayValueForInstance(object instance)
Parameters
System.
|
Returns
System.
|