Class SerializableGridMultiSelectComboBoxColumn
Represents a class that is used to serialize and deserialize GridMultiSelectComboBoxColumn 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 SerializableGridMultiSelectComboBoxColumn : SerializableGridColumn
  Constructors
SerializableGridMultiSelectComboBoxColumn()
Declaration
public SerializableGridMultiSelectComboBoxColumn()
  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 | 
DelimiterChar
Gets or sets a value indicating delimiter character of the MultiSelectComboBox.
Declaration
public string DelimiterChar { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
DisplayMember
Gets or sets the DisplayMember of the MultiSelectComboBox.
Declaration
public string DisplayMember { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
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 MultiSelectComboBox.
Declaration
public string ValueMember { get; set; }
  Property Value
| Type | 
|---|
| System.String |