menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridMultiColumnDropDownList - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableGridMultiColumnDropDownList

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

    Inheritance
    System.Object
    SerializableGridColumn
    SerializableGridMultiColumnDropDownList
    Inherited Members
    SerializableGridColumn.AllowBlankFilters
    SerializableGridColumn.AllowDragging
    SerializableGridColumn.AllowEditing
    SerializableGridColumn.AllowFiltering
    SerializableGridColumn.AllowFocus
    SerializableGridColumn.AllowGrouping
    SerializableGridColumn.AllowResizing
    SerializableGridColumn.AllowSorting
    SerializableGridColumn.ColumnFilter
    SerializableGridColumn.ColumnMemberType
    SerializableGridColumn.ColumnSizer
    SerializableGridColumn.DataGrid
    SerializableGridColumn.FilteredFrom
    SerializableGridColumn.FilterRowCondition
    SerializableGridColumn.FilterRowEditorType
    SerializableGridColumn.FilterRowOptionsVisibility
    SerializableGridColumn.FilterRowText
    SerializableGridColumn.GridValidationMode
    SerializableGridColumn.HeaderText
    SerializableGridColumn.HorizontalHeaderContentAlignment
    SerializableGridColumn.ImmediateUpdateColumnFilter
    SerializableGridColumn.IsAutoGenerated
    SerializableGridColumn.IsCaseSensitiveFilterRow
    SerializableGridColumn.IsHidden
    SerializableGridColumn.KnownTypes()
    SerializableGridColumn.MappingName
    SerializableGridColumn.MaximumWidth
    SerializableGridColumn.MinimumWidth
    SerializableGridColumn.Padding
    SerializableGridColumn.SetCellBoundToolTip
    SerializableGridColumn.SetCellBoundValue
    SerializableGridColumn.ShowHeaderToolTip
    SerializableGridColumn.ShowToolTip
    SerializableGridColumn.TextAlignment
    SerializableGridColumn.UpdateTrigger
    SerializableGridColumn.UseBindingValue
    SerializableGridColumn.Width
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SerializableGridMultiColumnDropDownList : SerializableGridColumn

    Constructors

    SerializableGridMultiColumnDropDownList()

    Declaration
    public SerializableGridMultiColumnDropDownList()

    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

    AllowCasingforFilter

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

    Declaration
    public bool AllowCasingforFilter { 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 SerializableGridMultiColumnDropDownList.

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

    AllowNullInput

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

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

    AllowSpinOnMouseWheel

    Gets or sets a value that indicates whether cell values of SerializableGridMultiColumnDropDownList column can be rotated using the mouse wheel or up and down arrow key.

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

    AutoGenerateColumns

    Gets or sets a value that indicates whether the columns should be created automatically in SerializableGridMultiColumnDropDownList.

    Declaration
    public bool AutoGenerateColumns { 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 SfMultiColumnDropDownControl .

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

    GridColumnSizer

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

    Declaration
    public GridLengthUnitType GridColumnSizer { get; set; }
    Property Value
    Type
    GridLengthUnitType

    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 SerializableGridMultiColumnDropDownList.

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

    PopUpHeight

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

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

    PopUpMaxHeight

    Gets or sets the maximum height constraint of the popup in SerializableGridMultiColumnDropDownList.

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

    PopUpMaxWidth

    Gets or sets the maximum width constraint of the popup in SerializableGridMultiColumnDropDownList.

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

    PopUpMinHeight

    Gets or sets the minimum height constraint of popup in SerializableGridMultiColumnDropDownList.

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

    PopUpMinWidth

    Gets or sets the minimum width constraint of popup in SerializableGridMultiColumnDropDownList.

    Declaration
    public double PopUpMinWidth { 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 SearchCondition SearchCondition { get; set; }
    Property Value
    Type
    SearchCondition

    ShowResizeThumb

    Gets or sets a value that indicates whether the resizing cursor is visible at the edge of the drop-down popup.

    Declaration
    public Visibility ShowResizeThumb { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    ValueMember

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

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved