Wisej.Web.DataGridViewBand
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.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. (Default: null
)
DataGridViewCellStyle: Returns or sets the default cell style of the band.
DataGridViewCellStyle: Returns the current cell style without forcing the creation of a new one.
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.
Int32: Returns the default minimum size for the band (row or column.)
Int32: Returns the default size for the band (row or column.)
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. (Default: False
)
Boolean: Returns a value indicating whether the DefaultCellStyle property has been set.
Boolean: Returns a value indicating whether the DefaultHeaderCellType property has been set.
Boolean: Returns true if the DataGridViewColumn or the DataGridViewRow has an instance of DataGridViewHeaderCell.
Boolean: Returns true if the DataGridViewColumn or the DataGridViewRow specify a size.
Boolean: Checks if the UserData dynamic object was created and has any value.
DataGridViewHeaderCell: Returns or sets the header cell of the DataGridViewBand.
Throws:
ArgumentException The specified value when setting this property is not a DataGridViewRowHeaderCell and this DataGridViewBand instance is of type DataGridViewRow; or the specified value when setting this property is not a DataGridViewColumnHeaderCell and this DataGridViewBand instance is of type DataGridViewColumn.
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.
Int32: Returns or sets the maximum size of the row or column.
Int32: Returns or sets the minimum size of the row or column.
Boolean: Returns or sets whether the user can edit the band's cells. (Default: False
)
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.
Int32: Returns or sets the size of the row or column.
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. (Default: True
)
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.
Releases the resources used by the DataGridViewBand.
disposing
true when this method is called by the application rather than a finalizer.
Resets the size to the default.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column in a control.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a row in a control.
Represents a summary row in a control.