ColumnResizeUpdateDetails class
Holds the arguments for the SfDataGrid.onColumnResizeUpdate callback.
- Annotations
Constructors
- ColumnResizeUpdateDetails.new({required GridColumn column, required double width, required int columnIndex})
-
Creates the ColumnResizeUpdateDetails with the specified
column
andwidth
.const
Properties
- column → GridColumn
-
A column that is being resized.
final
- columnIndex → int
-
An index of a column that is being resized.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
Currently resized width of a column.
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