See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The DataGridDbTableIndexesColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataGridDbTableIndexesColumn | Initializes a new instance of the DataGridDbTableIndexesColumn class |
Methods
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from DataGridEmptyColumn.) |
![]() | BeginUpdate | Suspends the painting of the column until the EndUpdate()()()() method is called. (Inherited from DataGridColumnStyle.) |
![]() | CheckValidDataSource | 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.) |
![]() | ColumnStartedEditing | Informs the DataGrid that the user has begun editing the column. (Inherited from DataGridColumnStyle.) |
![]() | Commit | (Inherited from DataGridEmptyColumn.) |
![]() | ConcedeFocus | Notifies a column that it must relinquish the focus to the control it is hosting. (Inherited from DataGridColumnStyle.) |
![]() | 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) | (Inherited from DataGridEmptyColumn.) |
![]() | EndUpdate | Resumes the painting of columns suspended by calling the BeginUpdate()()()() method. (Inherited from DataGridColumnStyle.) |
![]() | EnterNullValue | Enters a Value into the column. (Inherited from DataGridColumnStyle.) |
![]() | Equals | (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 | (Inherited from DataGridEmptyColumn.) |
![]() | GetPreferredHeight | (Inherited from DataGridEmptyColumn.) |
![]() | GetPreferredSize | (Inherited from DataGridEmptyColumn.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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) | (Inherited from DataGridEmptyColumn.) |
![]() | Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean) | (Inherited from DataGridEmptyColumn.) |
![]() | Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean) | (Inherited from DataGridEmptyColumn.) |
![]() | ReleaseHostedControl | Allows the column to free resources when the control it hosts is not needed. (Inherited from DataGridColumnStyle.) |
![]() | ResetHeaderText | Resets the HeaderText to its default value, null. (Inherited from DataGridColumnStyle.) |
![]() | SetColumnValueAtRow | (Inherited from DataGridEmptyColumn.) |
![]() | SetDataGrid | Sets the DataGrid control that this column belongs to. (Inherited from DataGridColumnStyle.) |
![]() | SetDataGridInColumn | (Overrides DataGridEmptyColumnSetDataGridInColumn(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 value of a specified row with the given text. (Inherited from DataGridColumnStyle.) |
Properties
Name | Description | |
---|---|---|
![]() | Alignment | Gets or sets the alignment of text in a column. (Inherited from DataGridColumnStyle.) |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | CompileTimeValidation | (Inherited from DataGridEmptyColumn.) |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | DataGridTableStyle | Gets the DataGridTableStyle for the column. (Inherited from DataGridColumnStyle.) |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | FontHeight | Gets the height of the column's font. (Inherited from DataGridColumnStyle.) |
![]() | HeaderAccessibleObject | Gets the AccessibleObject for the column. (Inherited from DataGridColumnStyle.) |
![]() | HeaderText | Gets or sets the text of the column header. (Inherited from DataGridColumnStyle.) |
![]() | MappingName | (Inherited from DataGridEmptyColumn.) |
![]() | NullText | Gets or sets the text that is displayed when the column contains null. (Inherited from DataGridColumnStyle.) |
![]() | PropertyDescriptor | Gets or sets the PropertyDescriptor that determines the attributes of data displayed by the DataGridColumnStyle. (Inherited from DataGridColumnStyle.) |
![]() | ReadOnly | Gets or sets a value indicating whether the data in the column can be edited. (Inherited from DataGridColumnStyle.) |
![]() | Site | (Inherited from Component.) |
![]() | Width | Gets or sets the width of the column. (Inherited from DataGridColumnStyle.) |
Events
Name | Description | |
---|---|---|
![]() | AlignmentChanged | Occurs when the Alignment property value changes. (Inherited from DataGridColumnStyle.) |
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose()()()() method. (Inherited from Component.) |
![]() | FontChanged | Occurs when the column's font changes. (Inherited from DataGridColumnStyle.) |
![]() | HeaderTextChanged | Occurs when the HeaderText property value changes. (Inherited from DataGridColumnStyle.) |
![]() | MappingNameChanged | Occurs when the MappingName value changes. (Inherited from DataGridColumnStyle.) |
![]() | NullTextChanged | Occurs when the NullText value changes. (Inherited from DataGridColumnStyle.) |
![]() | PropertyDescriptorChanged | Occurs when the PropertyDescriptor property value changes. (Inherited from DataGridColumnStyle.) |
![]() | ReadOnlyChanged | Occurs when the ReadOnly property value changes. (Inherited from DataGridColumnStyle.) |
![]() | WidthChanged | Occurs when the Width property value changes. (Inherited from DataGridColumnStyle.) |