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
public DataGridComboBoxColumn()
Fields
ItemDisplayBindingPathProperty
BindableProperty
Identifies the ItemDisplayBindingPath dependency property.
public static readonly BindableProperty ItemDisplayBindingPathProperty
ItemsSourcePathProperty
BindableProperty
Identifies the ItemsSourcePath dependency property.
public static readonly BindableProperty ItemsSourcePathProperty
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource dependency property.
public static readonly BindableProperty ItemsSourceProperty
Properties
Gets or sets the display member path for the combobox editor.
public string ItemDisplayBindingPath { get; set; }
Gets or sets the items source for the RadComboBox editor.
public object ItemsSource { get; set; }
Gets or sets the path of the property that will be used as an items source for the RadComboBox editor.
public string ItemsSourcePath { get; set; }
Methods
Creates the GroupDescriptorBase instance that is used to group by this column through the user interface.
protected override GroupDescriptorBase CreateGroupDescriptor()
Overrides:
Creates the SortDescriptorBase instance that is used to sort by this column through the user interface.
protected override SortDescriptorBase CreateSortDescriptor()
Overrides: