Name | Description | |
---|---|---|
C1GridControl Constructor | Initializes a new instance of the C1GridControl class. |
The following tables list the members exposed by C1GridControl.
Name | Description | |
---|---|---|
C1GridControl Constructor | Initializes a new instance of the C1GridControl class. |
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. | |
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. | |
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. | |
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 CSS class applied to the component. (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. |
Name | Description | |
---|---|---|
ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. | |
ChangeViewAsync | Changes the scroll and zoom of the grid to the specified part of the viewport. | |
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
FinishEditing | Overloaded. Commits or cancels any pending edits and exits edit mode. | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Overridden. | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
GetSelectedState | Gets a GridSelectedState value that indicates the selected state of the cells in a specified range. | |
GetSelectedTimes | Gets the number of times this range is selected. state of the cells in a specified range. | |
Refresh | Refreshes the specified range of cells asynchronously. | |
ScrollIntoView | Scrolls the grid to bring a specified range into view. | |
Select | Overloaded. Selects a given cell and optionally scrolls it into view. | |
SelectAll | Selects all the cells. | |
SetCursor | Sets the cursor of the grid to the specified row and column. | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) | |
StartEditing | Starts editing a specific cell. | |
UnselectAll | Unselects all the cells. |
Name | Description | |
---|---|---|
ScrollPositionChanged | Occurs when scroll position changed. |