Class SerializableDataGridComboBoxColumn
Represents a class that is used to serialize and deserialize DataGridComboBoxColumn property settings.
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridComboBoxColumn : SerializableDataGridColumn
Constructors
SerializableDataGridComboBoxColumn()
Declaration
public SerializableDataGridComboBoxColumn()
Properties
CanFilterSuggestions
Gets or sets a value indicating whether the auto complete suggestions can be filtered or not in the combo box column.
Declaration
public bool CanFilterSuggestions { get; set; }
Property Value
Type |
---|
System.Boolean |
DisplayMemberPath
Gets or sets the path that is used to display the visual representation of object.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
Type |
---|
System.String |
DropDownWidth
Gets or sets a value that indicates the width of the drop down of the DataGridComboBox when entering edit mode.
Declaration
public int DropDownWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
IsEditableMode
Gets or sets a value that indicates whether the user can edit the cell value by typing through editor of SerializableDataGridComboBoxColumn.
Declaration
public bool IsEditableMode { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowClearButton
Gets or sets a value indicating whether to display the clear text button when the grid cell of the comboBox column enters edit mode in UWP platform.
Declaration
public bool ShowClearButton { get; set; }
Property Value
Type |
---|
System.Boolean |
ValueMemberPath
Gets or sets the value member path of the DataGridComboBoxColumn that associates the column with a property in the data source.
Declaration
public string ValueMemberPath { get; set; }
Property Value
Type |
---|
System.String |