DataGridViewTextBoxColumn
Wisej.Web.DataGridViewTextBoxColumn
Last updated
Was this helpful?
Wisej.Web.DataGridViewTextBoxColumn
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a column that contains a collection of cells.
Initializes a new instance of the class.
Initializes a new instance of the class.
cellTemplate
Throws:
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
Throws:
All wisej components implement this interface.
Allows an object to serialize itself.
An existing to use as a template.
: 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.
: 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 of 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 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.
: Specifies the type, min, max and step properties to associate to the element of the cell editor control.
: Returns or sets the maximum number of characters that can be entered into the text box.
The value of the property is null.
: Returns or sets whether this is a multiline text box control.
The property cannot be modified after the component has been created.
: Returns or sets the sort mode for the column.
: Returns the instance of associated with this control.
: Returns or sets the data type of the values in the column's cells.
: Returns or sets the text to show when the textbox is empty.