GridProperties class
Properties of a grid.
Constructors
- GridProperties({int? columnCount, bool? columnGroupControlAfter, int? frozenColumnCount, int? frozenRowCount, bool? hideGridlines, int? rowCount, bool? rowGroupControlAfter})
- GridProperties.fromJson(Map json_)
Properties
- columnCount ↔ int?
-
The number of columns in the grid.
getter/setter pair
- columnGroupControlAfter ↔ bool?
-
True if the column grouping control toggle is shown after the group.
getter/setter pair
- frozenColumnCount ↔ int?
-
The number of columns that are frozen in the grid.
getter/setter pair
- frozenRowCount ↔ int?
-
The number of rows that are frozen in the grid.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideGridlines ↔ bool?
-
True if the grid isn't showing gridlines in the UI.
getter/setter pair
- rowCount ↔ int?
-
The number of rows in the grid.
getter/setter pair
- rowGroupControlAfter ↔ bool?
-
True if the row grouping control toggle is shown after the group.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited