DataGridViewTextBoxCell
Wisej.Web.DataGridViewTextBoxCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewTextBoxCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Displays an editable control in a cell when in edit mode.
: Returns or sets whether pressing ENTER in a multiline control creates a new line of text in the control or activates the default button for the form.
Throws:
Throws:
Initializes the control used to edit the cell.
editor
style
Throws:
: 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.
The property must be true to get a TAB character in the control. If the property is set to true, the user can press SHIFT+TAB to move the focus to the next control in the tab order.
: Returns or sets whether the browser can auto complete the field with values previously entered by the user.
: Identifies a list of pre-defined options to suggest to the user.
: Returns or sets whether the cell editor modifies the case of characters as they are typed.
: Returns the type of the cell's editing control.
: Specifies the type, min, max and step properties to associate to the element.
: Returns or sets the maximum number of characters that can be entered into the cell editor.
The value is less than 0.
: Returns or sets whether this is a multiline text box control.
The property cannot be modified after the component has been created.
: Returns the instance of associated with this cell.
: Returns or sets the data type of the value in the cell.
: Returns or sets the text to show when the textbox is empty.
The that is used to edit the cell.
The that is in effect for the cell entering edit mode.
editor is null.
Resets the property.