alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SerializableDataGridMultiColumnComboBox

    Inheritance
    System.Object
    SerializableDataGridColumn
    SerializableDataGridMultiColumnComboBox
    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 SerializableDataGridMultiColumnComboBox : SerializableDataGridColumn

    Constructors

    SerializableDataGridMultiColumnComboBox()

    Declaration
    public SerializableDataGridMultiColumnComboBox()

    Properties

    AllowAutoComplete

    Gets or sets a value that indicates whether cells in the column will match the characters being entered in the cell with one from the possible selections.

    Declaration
    public bool AllowAutoComplete { get; set; }
    Property Value
    Type
    System.Boolean

    AllowCaseSensitiveFiltering

    Gets or sets a value that indicates whether the case-sensitive is enabled during AllowIncrementalFiltering in SerializableGridMultiColumnComboBox.

    Declaration
    public bool AllowCaseSensitiveFiltering { get; set; }
    Property Value
    Type
    System.Boolean

    AllowIncrementalFiltering

    Gets or sets a value that indicates whether the user can filter the values from drop-down grid dynamically being characters entered on the cell in SerializableGridMultiColumnComboBox.

    Declaration
    public bool AllowIncrementalFiltering { get; set; }
    Property Value
    Type
    System.Boolean

    AllowNullValue

    Gets or sets a value that indicates whether the null values are allowed in the SerializableGridMultiColumnComboBox column.

    Declaration
    public bool AllowNullValue { get; set; }
    Property Value
    Type
    System.Boolean

    AutoGenerateColumnsMode

    Gets or sets a value that indicates how the columns are generated during automatic column generation.

    Declaration
    public AutoGenerateColumnsMode AutoGenerateColumnsMode { get; set; }
    Property Value
    Type
    AutoGenerateColumnsMode

    DisplayMember

    Gets or sets a string that specifies the name of data member to represent its value to the display mode of the SfMultiColumnComboBox .

    Declaration
    public string DisplayMember { get; set; }
    Property Value
    Type
    System.String

    IsAutoPopupSize

    Gets or sets value that indicates whether the Popup size is adjusted automatically based on its content.

    Declaration
    public bool IsAutoPopupSize { get; set; }
    Property Value
    Type
    System.Boolean

    IsTextReadOnly

    Gets or sets a value that indicates whether the user can change the value in the editor of SerializableGridMultiColumnComboBox.

    Declaration
    public bool IsTextReadOnly { get; set; }
    Property Value
    Type
    System.Boolean

    PopupColumnWidthMode

    Gets or sets a value that indicates how the width of SerializableGridMultiColumnComboBox is determined.

    Declaration
    public ColumnWidthMode PopupColumnWidthMode { get; set; }
    Property Value
    Type
    ColumnWidthMode

    PopupHeight

    Gets or sets the height of the drop-down Popup.

    Declaration
    public double PopupHeight { get; set; }
    Property Value
    Type
    System.Double

    PopupWidth

    Gets or sets the width of the drop-down Popup.

    Declaration
    public double PopupWidth { get; set; }
    Property Value
    Type
    System.Double

    SearchCondition

    Gets or sets a value for search conditions when AllowIncrementalFiltering is enabled.

    Declaration
    public DataGridSearchType SearchCondition { get; set; }
    Property Value
    Type
    DataGridSearchType

    ValueMember

    Gets or sets a string that specifies the name of data member to display its values to the drop-down list of SfMultiColumnComboBox.

    Declaration
    public string ValueMember { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved