DataGridViewRow Constructor |
Initializes a new instance of the DataGridViewRow class. |
Cells |
Gets a collection containing all cells of the row. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DataBoundItem |
Gets the data-bound object that populated the row. |
DataGridView |
Gets the DataGridView control the DataGridViewRow is located in. |
DefaultCellStyle |
Gets or sets the row's default cell style. |
ErrorText |
Gets or sets the error message text for row-level errors. |
Group |
Gets or sets the group to which the row is assigned. |
HeaderAlignment |
Gets a value indicating the position of the content within a header. |
HeaderBackColor |
Gets the background color of a header. |
HeaderBounds |
Gets the bounds of the row header. |
HeaderFont |
Gets the font applied to the textual content of a header. |
HeaderForeColor |
Gets the foreground color of a header. |
HeaderIndent |
Gets the distance to indent the content of a header. |
HeaderSelectionBackColor |
Gets the background color used by a header when it is selected. |
HeaderSelectionForeColor |
Gets the foreground color used by a header when it is selected. |
HeaderStyle |
Gets or sets the row's header style. |
Height |
Gets or sets the current height of the row. |
Index |
Gets the relative position of the row within the DataGridView control. |
IsNewRow |
Gets a value indicating whether or not the row is the new row. |
IsShared |
Gets a value indicating whether the row is shared. |
MinimumHeight |
Gets or sets the minimum height of the row in pixels. |
ReadOnly |
Gets or sets a value indicating whether the row is read-only. |
Resizable |
Gets or sets a value indicating whether the row is resizable. |
Selected |
Gets or sets a value indicating whether the row is selected. |
Shareable |
Gets or sets a value indicating whether the row can be shared when it is scrolled out of view. Shared rows consumes less memory. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Tag |
Gets or sets the object that contains data about the row. |
Text |
Gets or sets the caption text on the row's header cell. |
ToolTipText |
Gets or sets the text of a tool tip that describes the row. |
ToolTipTitle |
Gets or sets the title of a tool tip that describes the row. |
Clone |
Creates an identical copy of the current DataGridViewRow that is not attached to any data grid view control. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
EnsureVisible |
Ensures that the row is visible, expanding groups and scrolling the data grid view control as necessary. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetCellValue |
Gets the value of a cell with the specified column index. |
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. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
IsVisible |
Gets a value indicating whether the row is visible. |
SetCellValue |
Sets the value of a cell with the specified column index. |
Share |
Shares the row to reduce memory footprint. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
Unshare |
Unshares the row and all cells. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |