DataGridViewMaskedTextBoxEditingControl

Wisej.Web.DataGridViewMaskedTextBoxEditingControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.

public class DataGridViewMaskedTextBoxEditingControl : MaskedTextBox, IDataGridViewEditingControl

Constructors

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.

ParameterTypeDescription

style

The DataGridViewCellStyle in effect for the cell entering edit mode.

Retrieves the formatted value of the cell.

Returns: String. The formatted version of the cell's value.

Prepares the currently selected cell for editing.

ParameterTypeDescription

selectAll

true to select the cell contents; otherwise, false.

Implements

NameDescription

Defines common functionality for controls that are hosted within cells of a DataGridView.

Bindable components implement this interface.

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