DataGridViewMaskedTextBoxEditingControl
Wisej.Web.DataGridViewMaskedTextBoxEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
Constructors
Initializes a new instance of DataGridViewMaskedTextBoxEditingControl.
Properties
DataGridView: Returns or sets the DataGridView that contains the text box control.
Int32: Returns the length of text in the control.
Methods
Adapts the edit control's properties to be consistent with the specified cell style.
Retrieves the formatted value of the cell.
Returns: String. The formatted version of the cell's value.
Prepares the currently selected cell for editing.
Implements
Last updated