| Name | Description |
 | ActiveEditor | Gets the cell editor that is currently active. |
 | ActualCellStyle | Gets the actual style that will be applied to cells. |
 | ActualCursorStyle | Gets the actual style that will be applied to the cell when the cursor is in it. |
 | ActualSelectionStyle | Gets the actual style that will be applied to cells when they are selected. |
 | Adapter | Gets or sets the adapter that provides the grid with the cells and editors, dimensions of columns and rows, freezing dragging and resizing capabilities. |
 | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
 | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
 | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
 | CellStyle | Gets or sets the C1.Blazor.Core.C1Style of the normal cells. |
 | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
 | CursorRange | Gets the GridControlRange that corresponds to the cursor cell. |
 | CursorStyle | Gets or sets the C1.Blazor.Core.C1Style of the cursor cell. |
 | EditorRange | Gets the GridControlRange that corresponds to the cell currently being edited. |
 | EditorStyle | Gets or sets the style applied to the editor. |
 | ExtentHeight | Returns the vertical size of the extent. |
 | ExtentWidth | Returns the horizontal size of the extent. |
 | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
 | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
 | FrozenLinesBrush | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between frozen and scrollable areas of the grid. |
 | FullEdit | Gets a value indicating whether the grid is in full edit mode. |
 | GotFocus | Event callback that will be invoked when control gets focus. |
 | GridLinesBrush | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between cells. |
 | GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. |
 | GridLinesWidth | Gets or sets the width of the lines between cells. |
 | HorizontalScrollBarVisibility | Gets or sets the horizontal scroll bar visibility. |
 | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
 | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
 | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
 | IsVirtualizationEnabled | Gets or sets whether the ui will be virtualized. Default true . |
 | KeyActionEnter | Gets or sets the action to perform when the Enter key is pressed. |
 | KeyActionTab | Gets or sets the action to perform when the Tab key is pressed. |
 | LostFocus | Event callback that will be invoked when control loses focus. |
 | MouseOverBrush | Gets or sets the C1.Blazor.Core.C1Color that is used to highlight cells when the mouse is over. |
 | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
 | ScrollPosition | Gets or sets the scroll position. |
 | SelectedRanges | Gets or sets the currently selected ranges. |
 | Selection | Gets or sets the current selection. |
 | SelectionAdornerBorderBrush | Gets or sets the C1.Blazor.Core.C1Color of the selection adorner border. |
 | SelectionAdornerBrush | Gets or sets the C1.Blazor.Core.C1Color of the selection adorner. |
 | SelectionAdornerStyle | Gets or sets the style applied to the selection adorners. |
 | SelectionStyle | Gets or sets the C1.Blazor.Core.C1Style of the selected cells. |
 | ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. |
 | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
 | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
 | VerticalScrollBarVisibility | Gets or sets the vertical scroll bar visibility. |
 | Viewport | Gets the current viewport in cell's coordinates. |
 | ViewRange | Gets a GridControlRange value that indicates the range of cells currently visible on the grid. |
 | ZoomMode | Gets or sets the zoom mode. |