DataGridViewBand
Wisej.Web.DataGridViewBand
Last updated
Wisej.Web.DataGridViewBand
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a linear collection of elements in a DataGridView control.
ContextMenu: Returns or sets the shortcut menu for the row or the column object.
DataGridViewCellStyle: Returns or sets the default cell style of the band.
Type: Returns or sets the run-time type of the default header cell.
Throws:
ArgumentException The specified value when setting this property is not a Type representing DataGridViewHeaderCell or a derived type.
Boolean: Returns a value indicating whether the band is currently displayed on screen.
Boolean: Returns or sets whether the band will move when a user scrolls through the DataGridView.
Boolean: Returns a value indicating whether the DefaultCellStyle property has been set.
Boolean: Checks if the UserData dynamic object was created and has any value.
Int32: Returns the relative position of the band within the DataGridView control.
DataGridViewCellStyle: Returns the cell style in effect for the current band, taking into account style inheritance.
Boolean: Returns true when the implementation class is DataGridViewRow.
Boolean: Returns or sets whether the user can edit the band's cells.
DataGridViewTriState: Returns or sets whether the band can be resized in the user interface (UI).
Boolean: Returns or sets whether the band is in a selected user interface (UI) state.
Object: Returns or sets the object that contains data to associate with the band.
Object: Returns a dynamic object that can be used to store custom data in relation to this band.
Boolean: Returns or sets whether the band is visible to the user.
Throws:
InvalidOperationException The specified value when setting this property is false and the band is the row for new records.
Creates an exact copy of this band.
Returns: Object. An Object that represents the cloned DataGridViewBand.
Name | Description |
---|---|
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells. | |
Represents a column in a DataGridView control. | |
Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells. | |
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells. | |
Represents a row in a DataGridView control. | |
Represents a summary row in a DataGridView control. |