DataGridTextBoxColumn Methods
.NET Framework 4.5
The DataGridTextBoxColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abort | Initiates a request to interrupt an edit procedure. (Overrides DataGridColumnStyle.Abort(Int32).) |
|
BeginUpdate | Suspends the painting of the column until the EndUpdate method is called. (Inherited from DataGridColumnStyle.) |
|
CheckValidDataSource | Throws an exception if the System.Windows.Forms.DataGrid does not have a valid data source, or if this column is not mapped to a valid property in the data source. (Inherited from DataGridColumnStyle.) |
|
ColumnStartedEditing | Informs the System.Windows.Forms.DataGrid that the user has begun editing the column. (Inherited from DataGridColumnStyle.) |
|
Commit | Inititates a request to complete an editing procedure. (Overrides DataGridColumnStyle.Commit(CurrencyManager, Int32).) |
|
ConcedeFocus | Informs the column that the focus is being conceded. (Overrides DataGridColumnStyle.ConcedeFocus().) |
|
CreateHeaderAccessibleObject | Gets the AccessibleObject for the column. (Inherited from DataGridColumnStyle.) |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Dispose() | Releases all resources used by the Component. (Inherited from Component.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) |
|
Edit(CurrencyManager, Int32, Rectangle, Boolean) | Prepares a cell for editing. (Inherited from DataGridColumnStyle.) |
|
Edit(CurrencyManager, Int32, Rectangle, Boolean, String) | Prepares the cell for editing using the specified CurrencyManager, row number, and Rectangle parameters. (Inherited from DataGridColumnStyle.) |
|
Edit(CurrencyManager, Int32, Rectangle, Boolean, String, Boolean) | Prepares a cell for editing. (Overrides DataGridColumnStyle.Edit(CurrencyManager, Int32, Rectangle, Boolean, String, Boolean).) |
|
EndEdit | Ends an edit operation on the DataGridColumnStyle. |
|
EndUpdate | Resumes the painting of columns suspended by calling the BeginUpdate method. (Inherited from DataGridColumnStyle.) |
|
EnterNullValue | Enters a Value in the column. (Overrides DataGridColumnStyle.EnterNullValue().) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
|
GetColumnValueAtRow | Gets the value in the specified row from the specified CurrencyManager. (Inherited from DataGridColumnStyle.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetMinimumHeight | Gets the height of a cell in a DataGridColumnStyle. (Overrides DataGridColumnStyle.GetMinimumHeight().) |
|
GetPreferredHeight | Gets the height to be used in for automatically resizing columns. (Overrides DataGridColumnStyle.GetPreferredHeight(Graphics, Object).) |
|
GetPreferredSize | Returns the optimum width and height of the cell in a specified row relative to the specified value. (Overrides DataGridColumnStyle.GetPreferredSize(Graphics, Object).) |
|
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HideEditBox | Hides the DataGridTextBox control and moves the focus to the DataGrid control. |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
Invalidate | Redraws the column and causes a paint message to be sent to the control. (Inherited from DataGridColumnStyle.) |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
Paint(Graphics, Rectangle, CurrencyManager, Int32) | Paints the a DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, and row number. (Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32).) |
|
Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean) | Paints a DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, row number, and alignment. (Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean).) |
|
Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean) | Paints a DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, row number, Brush, and foreground color. (Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean).) |
|
PaintText(Graphics, Rectangle, String, Boolean) | Draws the text and rectangle at the given location with the specified alignment. |
|
PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean) | Draws the text and rectangle at the specified location with the specified colors and alignment. |
|
ReleaseHostedControl | Removes the reference that the DataGrid holds to the control used to edit data. (Overrides DataGridColumnStyle.ReleaseHostedControl().) |
|
ResetHeaderText | Resets the HeaderText to its default value, null. (Inherited from DataGridColumnStyle.) |
|
SetColumnValueAtRow | Sets the value in a specified row with the value from a specified CurrencyManager. (Inherited from DataGridColumnStyle.) |
|
SetDataGrid | Sets the System.Windows.Forms.DataGrid control that this column belongs to. (Inherited from DataGridColumnStyle.) |
|
SetDataGridInColumn | Adds a TextBox control to the DataGrid control's Control.ControlCollection. (Overrides DataGridColumnStyle.SetDataGridInColumn(DataGrid).) |
|
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
|
UpdateUI | Updates the user interface. (Overrides DataGridColumnStyle.UpdateUI(CurrencyManager, Int32, String).) |
| Name | Description | |
|---|---|---|
|
IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing | Informs the DataGrid control that the user has begun editing the column. (Inherited from DataGridColumnStyle.) |