DataGridBoolColumn Constructor | Overloaded. Initializes a new instance of the DataGridBoolColumn class. |
Alignment (inherited from DataGridColumn) | Gets or sets the alignment of text in a column. |
AlternatingBackColor (inherited from DataGridColumn) | Gets or sets the background color of alternating rows for a ledger appearance. |
BackColor (inherited from DataGridColumn) | Gets or sets the background color of the column. |
DataGrid (inherited from DataGridColumn) | Gets the TBD control that the DataGridColumn belongs to. |
DataGridTable (inherited from DataGridColumn) | Gets the DataGridTable for the column. |
FalseValue | [To be supplied.] |
Font (inherited from DataGridColumn) | Gets or sets the font that is used to display text in the column. |
ForeColor (inherited from DataGridColumn) | Gets or sets the foreground color of the column. |
Header (inherited from DataGridColumn) | Gets or sets the text of the column header. |
NullText (inherited from DataGridColumn) | Gets or sets the text that is displayed when the column contains a null value. |
NullValue | [To be supplied.] |
PropertyDescriptor (inherited from DataGridColumn) | Gets or sets the DataColumn that determines the attributes of data displayed by the DataGridColumn. |
ReadOnly (inherited from DataGridColumn) | Gets or sets a value indicating whether the data in the column cannot be edited. |
Site (inherited from Component) | Gets or sets the site of the Component. |
TrueValue | [To be supplied.] |
Width (inherited from DataGridColumn) | Gets or sets the width of the column. |
Abort | Initiates a request to interrupt an edit procedure. |
Commit | Initiates a request to complete an editing procedure. |
ConcedeFocus (inherited from DataGridColumn) | [To be supplied.] |
Dispose (inherited from Component) | Disposes of the Component. |
Edit (inherited from DataGridColumn) | Overloaded. Prepares the cell for editing a value. |
EnterNullValue | [To be supplied.] |
Equals (inherited from Object) | Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetBackBrush (inherited from DataGridColumn) | [To Editor: I think this is going away.]
Gets the background color of a specified row. |
GetBackColor (inherited from DataGridColumn) | Gets either the BackColor or the AlternatingBackColor of a specified row. |
GetColumnValueAtRow | [To be supplied.] |
GetContainer (inherited from Component) | Returns the IContainer that contains the Component. |
GetDesignMode (inherited from Component) | Gets a value indicating whether the Component is currently in design mode. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMinimumHeight | Gets the height of a cell in a column. |
GetPreferredHeight | Gets the height used when resizing columns. |
GetPreferredSize | Gets the optimum width and height of a cell given a specific value to contain. |
GetServiceObject (inherited from Component) | Returns an object representing a service provided by the Component. |
GetType (inherited from Object) | Gets the Type of the Object. |
KeyPress | Provides a handler for determining which key was pressed, and whether to process it. |
MouseDown (inherited from DataGridColumn) | Indicates whether the a mouse down event occurred at the specified row, at the specified x and y coordinates. |
Paint (inherited from DataGridColumn) | Overloaded. When overridden in a derived class, paints the column in a DataGrid control. |
ResetAlternatingBackColor (inherited from DataGridColumn) | Resets the AlternatingBackColor property to its default value. |
ResetBackColor (inherited from DataGridColumn) | Resets the BackColor property to its default value. |
ResetFont (inherited from DataGridColumn) | Resets the Font property to its default value. |
ResetForeColor (inherited from DataGridColumn) | Resets the ForeColor property to its default value. |
ResetHeader (inherited from DataGridColumn) | Resets the Header to its default value (a null reference (in Visual Basic Nothing)). |
SetColumnValueAtRow | [To be supplied.] |
ShouldPersistAlternatingBackColor (inherited from DataGridColumn) | Indicates whether the AlternatingBackColor property should be persisted. |
ShouldPersistBackColor (inherited from DataGridColumn) | Indicates whether the BackColor property should be persisted. |
ShouldPersistFont (inherited from DataGridColumn) | Indicates whether the Font property should be persisted. |
ShouldPersistForeColor (inherited from DataGridColumn) | Indicates if the ForeColor property should be persisted. |
ShouldPersistHeader (inherited from DataGridColumn) | Indicates whether the Header property should be persisted. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. For internal use only. |
UpdateUI (inherited from DataGridColumn) | [To be supplied.] |
PropertyChanged (inherited from DataGridColumn) | Occurs when any property value of the DataGridColumn changes. |
BackBrush (inherited from DataGridColumn) | [To Editor: I think this is going away.]
Gets or sets the background color of the column. |
FontHeight (inherited from DataGridColumn) | Gets the height of the column's font. |
BeginUpdate (inherited from DataGridColumn) | Suspends the painting of the column until the EndUpdate method is called. |
CheckValidDataSource (inherited from DataGridColumn) | Checks if the specified DataView is valid. |
EndUpdate (inherited from DataGridColumn) | Resumes the painting of columns suspended by calling the BeginUpdate method. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
Invalidate (inherited from DataGridColumn) | Redraws the column and causes a paint message to be sent to the control. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnPropertyChanged (inherited from DataGridColumn) | Raises the OnPropertyChanged event. |
RaisePropertyChanged (inherited from DataGridColumn) | Raises the OnPropertyChanged event. This creates the needed event data and then calls OnPropertyChanged. |
SetDataGrid (inherited from DataGridColumn) | [To be supplied.] |
SetDataGridInColumn (inherited from DataGridColumn) | When overridden in a derived class, sets the DataGrid for the column. |
foreBrush (inherited from DataGridColumn) | [To be supplied.] |
AddOnPropertyChanged (inherited from DataGridColumn) | Adds an event handler for the OnPropertyChanged event. |
RemoveOnPropertyChanged (inherited from DataGridColumn) | Removes an event handler for the OnPropertyChanged event. |