Class SerializableGridMultiColumnDropDownList
Represents a class that is used to serialize and deserialize GridMultiColumnDropDownList property settings.
Inherited Members
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 |