Class SerializableGridComboBoxColumn
Represents a class that is used to serialize and deserialize GridComboBoxColumn property settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridComboBoxColumn : SerializableGridColumn
Constructors
SerializableGridComboBoxColumn()
Declaration
public SerializableGridComboBoxColumn()
Properties
AllowNull
Gets or sets a value indicating whether the null values are allowed in the column or not.
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
AutoCompleteMode
Gets or sets the AutoCompleteMode of the ComboBox.
Declaration
public AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
Type |
---|
System.Windows.Forms.AutoCompleteMode |
AutoSuggestDelay
Gets or sets a value indicating the delay for auto suggestion.
Declaration
public int AutoSuggestDelay { get; set; }
Property Value
Type |
---|
System.Int32 |
AutoSuggestMode
Gets or sets a valuee indicating the AutoSuggestMode of ComboBox.
Declaration
public AutoCompleteSuggestMode AutoSuggestMode { get; set; }
Property Value
Type |
---|
AutoCompleteSuggestMode |
DisplayMember
Gets or sets the DisplayMember of the ComboBox.
Declaration
public string DisplayMember { get; set; }
Property Value
Type |
---|
System.String |
DropDownStyle
Gets or sets a value indicating whether the ComboBox is editable or not.
Declaration
public DropDownStyle DropDownStyle { get; set; }
Property Value
Type |
---|
DropDownStyle |
StaysOpenOnEdit
Gets or sets a value indicating whether the DropDown should open on editing.
Declaration
public bool StaysOpenOnEdit { get; set; }
Property Value
Type |
---|
System.Boolean |
ValueMember
Gets or sets the ValueMember of the ComboBox.
Declaration
public string ValueMember { get; set; }
Property Value
Type |
---|
System.String |