Name | Description | |
---|---|---|
GridRow Constructor | Overloaded. |
The following tables list the members exposed by GridRow.
Name | Description | |
---|---|---|
GridRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActualHeight | Gets the actual height of the row in pixels. | |
ActualVisible | Gets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed. | |
AllowDragging | Gets or sets a value indicating whether this row can be dragged. | |
AllowMerging | Gets or sets a value that indicates whether cells in this row can be merged. | |
AllowResizing | Gets or sets a value indicating whether this row can be resized. | |
Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background of cells in this row. | |
Children | Gets the children of this row. | |
DataCollection | Gets the collection to which the bound item belongs to. | |
DataIndex | Gets the index of the data inside the collection of items. | |
DataItem | Gets the data item. | |
Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground of cells in this row. | |
Grid | Gets the grid containing this row. | |
HasErrors | Gets whether a row has errors | |
HeaderBackground | Gets or sets the Color used to paint the background of header cells in this row. | |
HeaderForeground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground of header cells in this row. | |
Height | Gets or sets the height of the row. | |
Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.Blazor.Grid.GridRowCol) | |
IsAutoGenerated | Gets a value indicating whether this column or row was generated from source. (Inherited from C1.Blazor.Grid.GridRowCol) | |
IsReadOnly | Gets or sets a value indicating whether this row is read only. | |
IsVisible | Gets or sets a value indicating whether the row is visible and not collapsed. | |
Level | Gets or sets the nesting level inside a group. This is zero if no grouping is used. | |
MaxHeight | Gets or sets the maximum height of the row. | |
MinHeight | Gets or sets the minimum height of the row. | |
Parent | Gets the parent group row. | |
WordWrap | Gets or sets a value indicating whether cells in the row wrap their content. |
Name | Description | |
---|---|---|
Dispose | ||
GetColumnErrors | Gets the errors for the specified column. | |
GetErrors | Gets the errors in this row. | |
HasColumnErrors | Gets whether the row has errors in the specified column. | |
Refresh | Overloaded. Refresh all the cells in the row. | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from C1.Blazor.Grid.GridRowCol) | |
PropertyChanging | Occurs before a property value changes. (Inherited from C1.Blazor.Grid.GridRowCol) |