[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridPanel

GridPanel Class

Represents a panel of the grid. Each panel is related to a GridCellType.

Inheritance
GridPanel
Implements
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridPanel : IDisposable

Properties

Name Description
CellType

Gets the type of the cell of this panel.

Columns

Gets the collection of columns of this panel.

FrozenColumns

Gets the number of frozen columns in this panel.

FrozenRows

Gets the number of frozen rows in this panel.

Grid

Gets the grid.

this[GridRow, GridColumn]

Gets or sets the value of the cell specified by its row and column.

this[int, int]

Gets or sets the value of the cell specified by its row and col.

Rows

Gets the collection of rows of this panel.

ViewRange

Gets the visible range of this panel.

VisibleColumnsCount

Gets the number of visible columns in the panel.

VisibleRowsCount

Gets the number of visible rows in the panel.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetCellText(GridCellRange)

Gets the text corresponding to the cell in the specified range.

GetCellText(int, int)

Gets the text corresponding to the cell in the specified row and col.