DataGridViewComboBoxColumn
Wisej.Web.DataGridViewComboBoxColumn
Last updated
Was this helpful?
Wisej.Web.DataGridViewComboBoxColumn
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a column that contains a collection of cells.
Initializes a new instance of the class to the default state.
Initializes a new instance of the class to the default state.
cellTemplate
Throws:
Throws:
Throws:
Throws:
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An existing to use as a template.
: Returns or sets how automatic completion works for the . (Default: None
)
: Returns or sets the template used to model cell appearance.
The type is null.
The set type is not compatible with type .
: Returns or sets whether the cell editor modifies the case of characters as they are typed. (Default: Normal
)
: Returns or sets the data source that populates the selections for the combo boxes. (Default: null
)
: Returns or sets the name of the property or column from which to retrieve the text to display in the combo box cell. (Default: ""
)
: Returns or sets the drop down style of the combo box. (Default: DropDown
)
: Returns or sets the name of the property or column from which to get the icon to use in the drop-down list. (Default: ""
)
: Returns or sets whether items are selected incrementally as the user types within a timeout of 1 second. (Default: True
)
: Returns the collection of the items contained in this .
The value of the property is null.
: Enables or disables lazy loading mode for the cell editor control. (Default: False
)
: Returns or sets the maximum number of characters that can be entered into the editable part of the combo box control. (Default: 0
)
The value of the property is null.
: Returns or sets if the items in the combo box editor are automatically sorted. (Default: False
)
An attempt was made to sort a cell that is attached to a data source.
: Returns the instance of associated with this control.
: Returns or sets the name of the property or column from which to get the value that correspond to the selections in the drop-down list. (Default: ""
)
: Returns or sets the data type of the values in the column's cells.
: Enables or disables virtual scrolling mode for the cell editor control. (Default: False
)
: Returns or sets the text to show when the textbox is empty. (Default: null
)
Called when the element is associated with a different .