DataGridViewMaskedTextBoxEditingControl
Wisej.Web.DataGridViewMaskedTextBoxEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
public class DataGridViewMaskedTextBoxEditingControl : MaskedTextBox, IDataGridViewEditingControl
Constructors
DataGridViewMaskedTextBoxEditingControl()

Initializes a new instance of DataGridViewMaskedTextBoxEditingControl.
Properties
DataGridView

DataGridView: Returns or sets the DataGridView that contains the text box control.
TextLength

Int32: Returns the length of text in the control.
Methods
ApplyCellStyleToEditingControl(style)

Adapts the edit control's properties to be consistent with the specified cell style.
GetEditingControlFormattedValue()

Retrieves the formatted value of the cell.
Returns: String. The formatted version of the cell's value.
OnTextChanged(e)

PrepareEditingControlForEdit(selectAll)

Prepares the currently selected cell for editing.
Implements
Defines common functionality for controls that are hosted within cells of a DataGridView.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?