See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DataGridDbTableIndexesColumn type exposes the following members.

Methods

  NameDescription
Protected methodAbort (Inherited from DataGridEmptyColumn.)
Protected methodBeginUpdate
Suspends the painting of the column until the EndUpdate()()()() method is called.
(Inherited from DataGridColumnStyle.)
Protected methodCheckValidDataSource
Throws an exception if the 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.)
Protected methodColumnStartedEditing
Informs the DataGrid that the user has begun editing the column.
(Inherited from DataGridColumnStyle.)
Protected methodCommit (Inherited from DataGridEmptyColumn.)
Protected methodConcedeFocus
Notifies a column that it must relinquish the focus to the control it is hosting.
(Inherited from DataGridColumnStyle.)
Protected methodCreateHeaderAccessibleObject
Gets the AccessibleObject for the column.
(Inherited from DataGridColumnStyle.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose()()()()
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Protected methodEdit(CurrencyManager, Int32, Rectangle, Boolean)
Prepares a cell for editing.
(Inherited from DataGridColumnStyle.)
Protected methodEdit(CurrencyManager, Int32, Rectangle, Boolean, String)
Prepares the cell for editing using the specified CurrencyManager, row number, and Rectangle parameters.
(Inherited from DataGridColumnStyle.)
Protected methodEdit(CurrencyManager, Int32, Rectangle, Boolean, String, Boolean) (Inherited from DataGridEmptyColumn.)
Protected methodEndUpdate
Resumes the painting of columns suspended by calling the BeginUpdate()()()() method.
(Inherited from DataGridColumnStyle.)
Protected methodEnterNullValue
Enters a Value into the column.
(Inherited from DataGridColumnStyle.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Protected methodGetColumnValueAtRow
Gets the value in the specified row from the specified CurrencyManager.
(Inherited from DataGridColumnStyle.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetMinimumHeight (Inherited from DataGridEmptyColumn.)
Protected methodGetPreferredHeight (Inherited from DataGridEmptyColumn.)
Protected methodGetPreferredSize (Inherited from DataGridEmptyColumn.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInvalidate
Redraws the column and causes a paint message to be sent to the control.
(Inherited from DataGridColumnStyle.)
Protected methodMemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodPaint(Graphics, Rectangle, CurrencyManager, Int32) (Inherited from DataGridEmptyColumn.)
Protected methodPaint(Graphics, Rectangle, CurrencyManager, Int32, Boolean) (Inherited from DataGridEmptyColumn.)
Protected methodPaint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean) (Inherited from DataGridEmptyColumn.)
Protected methodReleaseHostedControl
Allows the column to free resources when the control it hosts is not needed.
(Inherited from DataGridColumnStyle.)
Public methodResetHeaderText
Resets the HeaderText to its default value, null.
(Inherited from DataGridColumnStyle.)
Protected methodSetColumnValueAtRow (Inherited from DataGridEmptyColumn.)
Protected methodSetDataGrid
Sets the DataGrid control that this column belongs to.
(Inherited from DataGridColumnStyle.)
Protected methodSetDataGridInColumn (Overrides DataGridEmptyColumnSetDataGridInColumn(DataGrid).)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Protected methodUpdateUI
Updates the value of a specified row with the given text.
(Inherited from DataGridColumnStyle.)

See Also