StackedHeaderRow class
Row configuration for stacked header in SfDataGrid. The columns for this stacked header row are provided in the StackedHeaderCell property of the StackedHeaderRow object.
See also:
StackedHeaderCell – which provides the configuration for column in stacked header row.
Constructors
-
StackedHeaderRow({required List<
StackedHeaderCell> cells}) - Creates the StackedHeaderRow for SfDataGrid widget.
Properties
-
cells
↔ List<
StackedHeaderCell> -
The collection of StackedHeaderCell in stacked header row.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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