GridTableSummaryRow class
Row configuration of table summary in SfDataGrid.
The summary columns for this table summary row are provided in columns property of the GridTableSummaryRow object.
See also,
- GridSummaryColumn -Which provides the configuration for summary column in table summary row.
- SfDataGrid.tableSummaryRows – Enables you to add the table summary rows to DataGrid.
Constructors
-
GridTableSummaryRow({String? title, Color? color, required List<
GridSummaryColumn> columns, required GridTableSummaryRowPosition position, int titleColumnSpan = 0, bool showSummaryInRow = true}) - Creates the GridTableSummaryRow to the SfDataGrid.
Properties
- color → Color?
-
The color of the summary row.
final
-
columns
→ List<
GridSummaryColumn> -
The collection of GridSummaryColumn.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- position → GridTableSummaryRowPosition
-
Indicates the position of the table summary row.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showSummaryInRow → bool
-
Indicates whether the summary value should be displayed in whole row or
based on individual columns.
final
- title → String?
-
A string that has the format and summary column information to be
displayed in row.
final
- titleColumnSpan → int
-
Indicates how many columns should be spanned for
GridTableSummaryRow.title.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited