C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace
Inheritance Hierarchy
C1.Blazor.Grid Namespace (C1.Blazor.GridControl)
Classes
 ClassDescription
ClassControl used to display, select and edit tabular information.
ClassEvent data with a Cancel property that can be used to cancel the event.
ClassImplements the functionality to create grid cells dynamically.
ClassContains the dimensions of a column.
ClassContains the dimensions of a row.
ClassContains information about changes that occurred in the grid and are notified to the adapter.
ClassContains properties that will be applied to cell view elements.
ClassEvent data for editing events.
ClassEvent data for input events associated with a range of cells.
ClassHandles the keyboard actions.
ClassPanel that renders the cells in a grid according to the properties DisplayRange and Viewport.
ClassRepresents a range of cells
ClassEvent data for events associated with a range of cells.
ClassEvent data for selection events.
ClassEvent data for tap input events associated with a range of cells.
Structures
 StructureDescription
StructureUsed to define the size of the columns of C1GridControl.
Enumerations
 EnumerationDescription
EnumerationDescribes the action that caused a GridControlAdapterNotifyChange event.
EnumerationDefines constants that specify which action to perform when Enter key is pressed.
EnumerationSpecifies constants that define which grid lines separating grid cells are shown.
EnumerationSpecifies how the grid content should be scaled to fit the page.
EnumerationSpecifies how the grid is scrolled when the final user interacts with the grid.
EnumerationSpecifies the selected state of a cell.
EnumerationDefines constants that specify which action to perform when Tab key is pressed.
EnumerationEnumerates values that control how the GridLength.Value property is interpreted for row and column definitions.
EnumerationDefines constants that specify the current mode for zoom behavior.
See Also