DataGridViewTextBoxColumn
Wisej.Web.DataGridViewTextBoxColumn
Last updated
Wisej.Web.DataGridViewTextBoxColumn
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Initializes a new instance of the DataGridViewTextBoxColumn class.
Initializes a new instance of the DataGridViewTextBoxColumn class.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets whether pressing ENTER in a MultilineDataGridViewTextBoxCell creates a new line of text or terminates edit mode. (Default: False
)
Boolean: Returns or sets whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order. (Default: False
)
The Multiline property must be true to get a TAB character in the control. If the AcceptsTab property is set to true, the user can press SHIFT+TAB to move the focus to the next control in the tab order.
AutoComplete: Returns of sets whether the browser can auto complete the field with values previously entered by the user. (Default: Default
)
String[]: Identifies a list of pre-defined options to suggest to the user. (Default: null
)
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewTextBoxCell.
CharacterCasing: Returns or sets whether the cell editor modifies the case of characters as they are typed. (Default: Normal
)
InputType: Specifies the type, min, max and step properties to associate to the <input> element of the cell editor control.
Int32: Returns or sets the maximum number of characters that can be entered into the text box. (Default: 0
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The value of the CellTemplate property is null.
Boolean: Returns or sets whether this is a multiline text box control. (Default: False
)
Throws:
ArgumentException The property cannot be modified after the component has been created.
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
String: Returns or sets the text to show when the textbox is empty. (Default: null
)
Name | Description |
---|---|
All wisej components implement this interface.
Allows an object to serialize itself.
cellTemplate
An existing DataGridViewTextBoxCell to use as a template.