DataGridViewBand

Wisej.Web.DataGridViewBand

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a linear collection of elements in a DataGridView control.

public class DataGridViewBand : DataGridViewElement, ICloneable

Properties

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.

Type: Returns or sets the run-time type of the default header cell.

Throws:

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: 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. (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.

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:

Methods

Creates an exact copy of this band.

Returns: Object. An Object that represents the cloned DataGridViewBand.

Inherited By

Last updated