PermissionRow Members
Include Protected Members
Include Inherited Members
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
The PermissionRow type exposes the following members.
Constructors
Name
Description
Infrastructure.
Top
Methods
Name
Description
Modifies an input row header border style according to the specified criteria. (Inherited from DataGridViewRow.)
Creates an exact copy of this row. (Inherited from DataGridViewRow.)
Creates a new accessible object for the DataGridViewRow. (Inherited from DataGridViewRow.)
Overloaded. Resets the cells in the row.
Constructs a new collection of cells based on this row. (Inherited from DataGridViewRow.)
Overloaded. Releases all resources used by the DataGridViewBand.
Draws a focus rectangle around the specified bounds. (Inherited from DataGridViewRow.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Releases the resources associated with the band. (Inherited from DataGridViewBand.)
Gets the shortcut menu for the row. (Inherited from DataGridViewRow.)
Gets the error text for the row at the specified index. (Inherited from DataGridViewRow.)
Serves as a hash function for a particular type. (Inherited from Object.)
Calculates the ideal height of the specified row based on the specified criteria. (Inherited from DataGridViewRow.)
Returns a value indicating the current state of the row. (Inherited from DataGridViewRow.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when the band is associated with a different DataGridView. (Inherited from DataGridViewBand.)
Paints the current row. (Inherited from DataGridViewRow.)
Paints the cells in the current row. (Inherited from DataGridViewRow.)
Paints the header cell of the current row. (Inherited from DataGridViewRow.)
Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.)
Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.)
Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.)
Sets the values of the row's cells. (Inherited from DataGridViewRow.)
Gets a human-readable string that describes the row. (Inherited from DataGridViewRow.)
Top
Properties
Name
Description
Gets the DataGridViewRow.DataGridViewRowAccessibleObject assigned to the DataGridViewRow. (Inherited from DataGridViewRow.)
Infrastructure.
Gets the collection of cells that populate the row. (Inherited from DataGridViewRow.)
Gets or sets the shortcut menu for the row. (Inherited from DataGridViewRow.)
Gets the data-bound object that populated the row. (Inherited from DataGridViewRow.)
Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.)
Gets or sets the default styles for the row, which are used to render cells in the row unless the styles are overridden. (Inherited from DataGridViewRow.)
Gets or sets the run-time type of the default header cell. (Inherited from DataGridViewBand.)
Infrastructure.
Gets a value indicating whether this row is displayed on the screen. (Inherited from DataGridViewRow.)
Gets or sets the height, in pixels, of the row divider. (Inherited from DataGridViewRow.)
Infrastructure.
Infrastructure.
Infrastructure.
Gets or sets the error message text for row-level errors. (Inherited from DataGridViewRow.)
Gets or sets a value indicating whether the row is frozen. (Inherited from DataGridViewRow.)
Gets a value indicating whether the DefaultCellStyle property has been set. (Inherited from DataGridViewBand.)
Gets or sets the row's header cell. (Inherited from DataGridViewRow.)
Gets or sets the header cell of the DataGridViewBand. (Inherited from DataGridViewBand.)
Gets or sets the current height of the row. (Inherited from DataGridViewRow.)
Gets the relative position of the band within the DataGridView control. (Inherited from DataGridViewBand.)
Gets the cell style in effect for the row. (Inherited from DataGridViewRow.)
Gets a value indicating whether the row is the row for new records. (Inherited from DataGridViewRow.)
Gets a value indicating whether the band represents a row. (Inherited from DataGridViewBand.)
Infrastructure.
Gets or sets the minimum height of the row. (Inherited from DataGridViewRow.)
Infrastructure.
Gets or sets a value indicating whether the row is read-only. (Inherited from DataGridViewRow.)
Gets or sets a value indicating whether users can resize the row or indicating that the behavior is inherited from the DataGridView.AllowUserToResizeRows property. (Inherited from DataGridViewRow.)
Gets or sets a value indicating whether the row is selected. (Inherited from DataGridViewRow.)
Gets the current state of the row. (Inherited from DataGridViewRow.)
Gets or sets the object that contains data to associate with the band. (Inherited from DataGridViewBand.)
Gets or sets a value indicating whether the row is visible. (Inherited from DataGridViewRow.)
Top