Wimark.Controls Class Library  

DataGridViewRow Members

DataGridViewRow overview

Public Constructors

public constructorDataGridViewRow Constructor Initializes a new instance of the DataGridViewRow class.

Public Properties

public propertyCells Gets a collection containing all cells of the row.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyDataBoundItem Gets the data-bound object that populated the row.
public propertyDataGridView Gets the DataGridView control the DataGridViewRow is located in.
public propertyDefaultCellStyle Gets or sets the row's default cell style.
public propertyErrorText Gets or sets the error message text for row-level errors.
public propertyGroup Gets or sets the group to which the row is assigned.
public propertyHeaderAlignment Gets a value indicating the position of the content within a header.
public propertyHeaderBackColor Gets the background color of a header.
public propertyHeaderBounds Gets the bounds of the row header.
public propertyHeaderFont Gets the font applied to the textual content of a header.
public propertyHeaderForeColor Gets the foreground color of a header.
public propertyHeaderIndent Gets the distance to indent the content of a header.
public propertyHeaderSelectionBackColor Gets the background color used by a header when it is selected.
public propertyHeaderSelectionForeColor Gets the foreground color used by a header when it is selected.
public propertyHeaderStyle Gets or sets the row's header style.
public propertyHeight Gets or sets the current height of the row.
public propertyIndex Gets the relative position of the row within the DataGridView control.
public propertyIsNewRow Gets a value indicating whether or not the row is the new row.
public propertyIsShared Gets a value indicating whether the row is shared.
public propertyMinimumHeight Gets or sets the minimum height of the row in pixels.
public propertyReadOnly Gets or sets a value indicating whether the row is read-only.
public propertyResizable Gets or sets a value indicating whether the row is resizable.
public propertySelected Gets or sets a value indicating whether the row is selected.
public propertyShareable Gets or sets a value indicating whether the row can be shared when it is scrolled out of view. Shared rows consumes less memory.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyTag Gets or sets the object that contains data about the row.
public propertyText Gets or sets the caption text on the row's header cell.
public propertyToolTipText Gets or sets the text of a tool tip that describes the row.
public propertyToolTipTitle Gets or sets the title of a tool tip that describes the row.

Public Methods

public methodClone Creates an identical copy of the current DataGridViewRow that is not attached to any data grid view control.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEnsureVisible Ensures that the row is visible, expanding groups and scrolling the data grid view control as necessary.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetCellValue Gets the value of a cell with the specified column index.
public methodGetHashCode (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.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodIsVisible Gets a value indicating whether the row is visible.
public methodSetCellValue Sets the value of a cell with the specified column index.
public methodShare Shares the row to reduce memory footprint.
public methodToString (inherited from Component) Overridden. See Object.ToString.
public methodUnshare Unshares the row and all cells.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. See Object.Finalize.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DataGridViewRow Class | Wimark.Controls Namespace