ClassDataGridComboBoxColumn
A special DataGridTextColumn implementation which cell value editor is a RadComboBox control.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridComboBoxColumn : DataGridTextColumn
Inheritance: objectDataGridColumnDataGridTypedColumnDataGridTextColumnDataGridComboBoxColumn
Inherited Members
Constructors
DataGridComboBoxColumn()
Declaration
public DataGridComboBoxColumn()
Fields
ItemDisplayBindingPathProperty
Identifies the ItemDisplayBindingPath dependency property.
Declaration
public static readonly BindableProperty ItemDisplayBindingPathProperty
Field Value
BindableProperty
ItemsSourcePathProperty
Identifies the ItemsSourcePath dependency property.
Declaration
public static readonly BindableProperty ItemsSourcePathProperty
Field Value
BindableProperty
ItemsSourceProperty
Identifies the ItemsSource dependency property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
Properties
ItemDisplayBindingPath
Gets or sets the display member path for the combobox editor.
Declaration
public string ItemDisplayBindingPath { get; set; }
Property Value
ItemsSource
Gets or sets the items source for the RadComboBox editor.
ItemsSourcePath
Gets or sets the path of the property that will be used as an items source for the RadComboBox editor.
Methods
CreateGroupDescriptor()
Creates the GroupDescriptorBase instance that is used to group by this column through the user interface.
Declaration
protected override GroupDescriptorBase CreateGroupDescriptor()
Returns
Overrides
CreateSortDescriptor()
Creates the SortDescriptorBase instance that is used to sort by this column through the user interface.
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.