[]
        
(Showing Draft Content)

C1.Blazor.Grid

C1.Blazor.Grid Namespace

Classes

C1GridControl

Control used to display, select and edit tabular information.

CancelEventArgs

Event data with a Cancel property that can be used to cancel the event.

GridControlAdapter

Implements the functionality to create grid cells dynamically.

GridControlAdapter.ColumnInfo

Contains the dimensions of a column.

GridControlAdapter.RowInfo

Contains the dimensions of a row.

GridControlAdapterNotifyChange

Contains information about changes that occurred in the grid and are notified to the adapter.

GridControlCellView

Contains properties that will be applied to cell view elements.

GridControlEditEventArgs

Event data for editing events.

GridControlInputEventArgs

Event data for input events associated with a range of cells.

GridControlKeyboardHandler

Handles the keyboard actions.

GridControlPanel

Panel that renders the cells in a grid according to the properties C1.Blazor.Grid.GridControlPanel.DisplayRange and C1.Blazor.Grid.GridControlPanel.Viewport.

GridControlRange

Represents a range of cells

GridControlRangeEventArgs

Event data for events associated with a range of cells.

GridControlSelectionEventArgs

Event data for selection events.

GridControlTapEventArgs

Event data for tap input events associated with a range of cells.

GridManipulationLayer

Specifies grid manipulation layer.

GridSelectionLayer

Specifies grid selection layer.

Structs

GridLength

Used to define the size of the columns of C1GridControl.

Enums

GridControlAdapterNotifyChangeAction

Describes the action that caused a GridControlAdapterNotifyChange event.

GridEnterAction

Defines constants that specify which action to perform when Enter key is pressed.

GridLinesVisibility

Specifies constants that define which grid lines separating grid cells are shown.

GridScaleMode

Specifies how the grid content should be scaled to fit the page.

GridScrollMode

Specifies how the grid is scrolled when the final user interacts with the grid.

GridSelectedState

Specifies the selected state of a cell.

GridTabAction

Defines constants that specify which action to perform when Tab key is pressed.

GridUnitType

Enumerates values that control how the GridLength.Value property is interpreted for row and column definitions.

GridZoomMode

Defines constants that specify the current mode for zoom behavior.