Class DataGridComboBoxColumn
A special Data
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridComboBoxColumn : DataGridTextColumn, IDataDescriptorPeer, IDataGridColumnDefinition
Constructors
DataGridComboBoxColumn()
Declaration
public DataGridComboBoxColumn()
Fields
ItemDisplayBindingPathProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemDisplayBindingPathProperty
Field Value
Microsoft.
|
ItemsSourcePathProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourcePathProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
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 Rad
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 Rad
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
GetValueForInstance(Object)
Retrieves the column value for the provided object instance. This actually represents the content of a grid cell where a cell is defined by a row (data item) and a column.
Declaration
public override object GetValueForInstance(object instance)
Parameters
System.
|
Returns
System.
|