Name | Description | |
---|---|---|
GridCellView Constructor | Initializes a new instance of the GridCellView class. |
The following tables list the members exposed by GridCellView.
Name | Description | |
---|---|---|
GridCellView Constructor | Initializes a new instance of the GridCellView class. |
Name | Description | |
---|---|---|
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) | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
ContentPadding | Overridden. Gets the actual padding of the content | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
ExpandDown | Gets or sets a value indicating whether the group is expanded downwards. | |
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) | |
GroupCollapsedIconTemplate | Gets or sets the template used to create the icon displayed when the group is collapsed. | |
GroupExpandedIconTemplate | Gets or sets the template used to create the icon displayed when the group is expanded. | |
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) | |
IsCollapsed | Gets or sets whether the group is collapsed. | |
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) | |
IsMouseOver | Gets or sets the mouse over state. (Inherited from C1.Blazor.Grid.GridControlCellView) | |
IsSelected | Gets or sets whether the cell is selected. (Inherited from C1.Blazor.Grid.GridControlCellView) | |
MouseOverBrush | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the color of mouse over cell / row. (Inherited from C1.Blazor.Grid.GridControlCellView) | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
SelectedBrush | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the color of selected cell / row. (Inherited from C1.Blazor.Grid.GridControlCellView) | |
SelectedTimes | Gets or sets the number of times the cell is selected. (Inherited from C1.Blazor.Grid.GridControlCellView) | |
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) | |
TotalTreeIndent | Gets the total length of the indentation. | |
TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. | |
TreeLines | Gets or sets the tree lines displayed in this cell. | |
TreeLinesBrush | ||
TreeLinesDashArray | Gets or sets an array of doubles that determines the dash pattern. | |
TreeLinesRadiusX | Gets or sets the horizontal radius of the tree-lines. | |
TreeLinesRadiusY | Gets or sets the vertical radius of the tree-lines. | |
TreeLinesThickness | Gets or sets the thickness of the tree-lines. | |
ValidationBackground | Gets or sets the validation background. | |
ValidationForeground | Gets or sets the validation foreground. | |
ValidationIndicator | Gets or sets whether to show errors indicator. |
Name | Description | |
---|---|---|
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
Name | Description | |
---|---|---|
IsCollapsedChanged | Occurs when the group is toggled. | |
PropertyChanged | Called when a property changed. |