The base object for the custom column type. Programmers manipulate
the column types most often when working with the DataGridView, and
this one sets the basics and Cell Template values controlling the
default behaviour for cells of this column type.
| C# |
public class MaskedTextBoxColumn : DataGridViewColumn
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| MaskedTextBoxColumn()()() |
Initializes a new instance of this class, making sure to pass
to its base constructor an instance of a MaskedTextBoxCell
class to use as the basic template.
| |
| AutoSizeMode |
Gets or sets the mode by which the column automatically adjusts its width.
(Inherited from DataGridViewColumn.) | |
| CellTemplate |
The template cell that will be used for this column by default,
unless a specific cell is set for a particular row.
A MaskedTextBoxCell cell which will serve as the template cell
for this column.
(Overrides DataGridViewColumn.CellTemplate.) | |
| CellType |
Gets the run-time type of the cell template.
(Inherited from DataGridViewColumn.) | |
| Clone()()() | (Inherited from DataGridViewColumn.) | |
| ContextMenuStrip |
Gets or sets the shortcut menu for the column.
(Inherited from DataGridViewColumn.) | |
| DataGridView |
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.) | |
| DataPropertyName |
Gets or sets the name of the data source property or database column to which the DataGridViewColumn is bound.
(Inherited from DataGridViewColumn.) | |
| DefaultCellStyle |
Gets or sets the column's default cell style.
(Inherited from DataGridViewColumn.) | |
| DefaultHeaderCellType |
Gets or sets the run-time type of the default header cell.
(Inherited from DataGridViewBand.) | |
| Displayed |
Gets a value indicating whether the band is currently displayed onscreen.
(Inherited from DataGridViewBand.) | |
| DisplayIndex |
Gets or sets the display order of the column relative to the currently displayed columns.
(Inherited from DataGridViewColumn.) | |
| Dispose(Boolean) | (Inherited from DataGridViewColumn.) | |
| Dispose()()() |
Releases all resources used by the DataGridViewBand.
(Inherited from DataGridViewBand.) | |
| Disposed |
Occurs when the DataGridViewColumn is disposed.
(Inherited from DataGridViewColumn.) | |
| DividerWidth |
Gets or sets the width, in pixels, of the column divider.
(Inherited from DataGridViewColumn.) | |
| Equals(Object) | (Inherited from Object.) | |
| FillWeight |
Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.
(Inherited from DataGridViewColumn.) | |
| Finalize()()() |
Releases the resources associated with the band.
(Inherited from DataGridViewBand.) | |
| Frozen |
Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally.
(Inherited from DataGridViewColumn.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPreferredWidth(DataGridViewAutoSizeColumnMode, Boolean) |
Calculates the ideal width of the column based on the specified criteria.
(Inherited from DataGridViewColumn.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasDefaultCellStyle |
Gets a value indicating whether the DefaultCellStyle property has been set.
(Inherited from DataGridViewBand.) | |
| HeaderCell |
Gets or sets the DataGridViewColumnHeaderCell that represents the column header.
(Inherited from DataGridViewColumn.) | |
| HeaderCellCore |
Gets or sets the header cell of the DataGridViewBand.
(Inherited from DataGridViewBand.) | |
| HeaderText |
Gets or sets the caption text on the column's header cell.
(Inherited from DataGridViewColumn.) | |
| IncludeLiterals |
Controls whether or not literal (non-prompt) characters should
be included in the output of the Text property for newly entered
data in a cell of this type.
See the MaskedTextBox control documentation for more details.
| |
| IncludePrompt |
Indicates whether any unfilled characters in the mask should be
be included as prompt characters when somebody asks for the text
of the MaskedTextBox for a particular cell programmatically.
See the MaskedTextBox control documentation for more details.
| |
| Index |
Gets the relative position of the band within the DataGridView control.
(Inherited from DataGridViewBand.) | |
| InheritedAutoSizeMode |
Gets the sizing mode in effect for the column.
(Inherited from DataGridViewColumn.) | |
| InheritedStyle |
Gets the cell style currently applied to the column.
(Inherited from DataGridViewColumn.) | |
| IsDataBound |
Gets a value indicating whether the column is bound to a data source.
(Inherited from DataGridViewColumn.) | |
| IsRow |
Gets a value indicating whether the band represents a row.
(Inherited from DataGridViewBand.) | |
| Mask |
Indicates the Mask property that is used on the MaskedTextBox
for entering new data into cells of this type.
See the MaskedTextBox control documentation for more details.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MinimumWidth |
Gets or sets the minimum width, in pixels, of the column.
(Inherited from DataGridViewColumn.) | |
| Name |
Gets or sets the name of the column.
(Inherited from DataGridViewColumn.) | |
| OnDataGridViewChanged()()() |
Called when the band is associated with a different DataGridView.
(Inherited from DataGridViewBand.) | |
| PromptChar |
By default, the MaskedTextBox uses the underscore (_) character
to prompt for required characters. This propertly lets you
choose a different one.
See the MaskedTextBox control documentation for more details.
| |
| RaiseCellClick(DataGridViewCellEventArgs) |
Raises the CellClick event.
(Inherited from DataGridViewElement.) | |
| RaiseCellContentClick(DataGridViewCellEventArgs) |
Raises the CellContentClick event.
(Inherited from DataGridViewElement.) | |
| RaiseCellContentDoubleClick(DataGridViewCellEventArgs) |
Raises the CellContentDoubleClick event.
(Inherited from DataGridViewElement.) | |
| RaiseCellValueChanged(DataGridViewCellEventArgs) |
Raises the CellValueChanged event.
(Inherited from DataGridViewElement.) | |
| RaiseDataError(DataGridViewDataErrorEventArgs) |
Raises the DataError event.
(Inherited from DataGridViewElement.) | |
| RaiseMouseWheel(MouseEventArgs) |
Raises the MouseWheel event.
(Inherited from DataGridViewElement.) | |
| ReadOnly |
Gets or sets a value indicating whether the user can edit the column's cells.
(Inherited from DataGridViewColumn.) | |
| Resizable |
Gets or sets a value indicating whether the column is resizable.
(Inherited from DataGridViewColumn.) | |
| Selected |
Gets or sets a value indicating whether the band is in a selected user interface (UI) state.
(Inherited from DataGridViewBand.) | |
| Site |
Gets or sets the site of the column.
(Inherited from DataGridViewColumn.) | |
| SortMode |
Gets or sets the sort mode for the column.
(Inherited from DataGridViewColumn.) | |
| State |
Gets the user interface (UI) state of the element.
(Inherited from DataGridViewElement.) | |
| Tag |
Gets or sets the object that contains data to associate with the band.
(Inherited from DataGridViewBand.) | |
| ToolTipText |
Gets or sets the text used for ToolTips.
(Inherited from DataGridViewColumn.) | |
| ToString()()() |
Gets a string that describes the column.
(Inherited from DataGridViewColumn.) | |
| ValidatingType |
Indicates the type against any data entered in the MaskedTextBox
should be validated. The MaskedTextBox control will attempt to
instantiate this type and assign the value from the contents of
the text box. An error will occur if it fails to assign to this
type.
See the MaskedTextBox control documentation for more details.
| |
| ValueType |
Gets or sets the data type of the values in the column's cells.
(Inherited from DataGridViewColumn.) | |
| Visible |
Gets or sets a value indicating whether the column is visible.
(Inherited from DataGridViewColumn.) | |
| Width |
Gets or sets the current width of the column.
(Inherited from DataGridViewColumn.) |
| Object | ||||
| DataGridViewElement | ||||
| DataGridViewBand | ||||
| DataGridViewColumn | ||||
| MaskedTextBoxColumn | ||||