menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableDataGridComboBoxColumn - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableDataGridComboBoxColumn

    Represents a class that is used to serialize and deserialize DataGridComboBoxColumn property settings.

    Inheritance
    System.Object
    SerializableDataGridColumn
    SerializableDataGridComboBoxColumn
    Inherited Members
    SerializableDataGridColumn.ActualWidth
    SerializableDataGridColumn.AllowEditing
    SerializableDataGridColumn.AllowFocus
    SerializableDataGridColumn.AllowSorting
    SerializableDataGridColumn.CellPadding
    SerializableDataGridColumn.CellTextAlignment
    SerializableDataGridColumn.ColumnWidthMode
    SerializableDataGridColumn.CultureInfo
    SerializableDataGridColumn.DataGrid
    SerializableDataGridColumn.Format
    SerializableDataGridColumn.HeaderLineBreakMode
    SerializableDataGridColumn.HeaderPadding
    SerializableDataGridColumn.HeaderText
    SerializableDataGridColumn.HeaderTextAlignment
    SerializableDataGridColumn.KnownTypes()
    SerializableDataGridColumn.LineBreakMode
    SerializableDataGridColumn.LoadUIView
    SerializableDataGridColumn.MappingName
    SerializableDataGridColumn.MaximumWidth
    SerializableDataGridColumn.MinimumWidth
    SerializableDataGridColumn.UseBindingValue
    SerializableDataGridColumn.Visible
    SerializableDataGridColumn.Width
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved