DataGridViewNumericUpDownEditingControl
Wisej.Web.DataGridViewNumericUpDownEditingControl
Last updated
Wisej.Web.DataGridViewNumericUpDownEditingControl
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.
DataGridView: Returns or sets the DataGridView that contains the text box control.
Adapts the edit control's properties to be consistent with the specified cell style.
Parameter | Type | Description |
---|---|---|
style | The DataGridViewCellStyle in effect for the cell entering edit mode. |
Retrieves the formatted value of the cell.
Returns: String. An String that represents the formatted version of the cell contents.
Prepares the edit control for editing.
Parameter | Type | Description |
---|---|---|
selectAll | true to select the cell contents; otherwise, false. |
Name | Description |
---|---|
Defines common functionality for controls that are hosted within cells of a DataGridView. | |
Bindable components implement this interface. | |
Provides access to the LabelWrapper associated with the controls that implement this interface. | |
Provides access to the ReadOnly property for coontrols that support the read-only mode. | |
All wisej components implement this interface. | |
All wisej controls derived from the Control class must implement this interface. | |
Allows an object to serialize itself. |