Class GridMultiSelectComboBoxColumn
Represents a column that used to display the SfComboBox as the edit element.
Inheritance
System.Object
GridMultiSelectComboBoxColumn
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)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridMultiSelectComboBoxColumn : GridColumn, IDisposable, IFilterDefinition
Constructors
GridMultiSelectComboBoxColumn()
Initializes a new instance of the GridMultiSelectComboBoxColumn class.
Declaration
public GridMultiSelectComboBoxColumn()
Properties
AllowNull
Gets or sets a value indicating whether the null values are allowed in the column or not.
Declaration
[Cloneable(true)]
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
DataSource
Gets or sets the data source of the MultiSelectComboBox.
Declaration
public object DataSource { get; set; }
Property Value
Type |
---|
System.Object |
DelimiterChar
Gets or sets the 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 |
IDataSourceSelector
Gets or sets the DataSource selector for the individual MultiSelectComboBox cells.
Declaration
public IDataSourceSelector IDataSourceSelector { get; set; }
Property Value
Type |
---|
IDataSourceSelector |
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 |
Methods
GetFormattedValue(Object, Object)
Overridden to get the formatted display text.
Declaration
protected override object GetFormattedValue(object record, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | record | The record value. |
System.Object | value | Display text value. |
Returns
Type | Description |
---|---|
System.Object | Returns the formatted value. |
Overrides
Implements
System.IDisposable