ColumnResizeStartDetails class

Holds the arguments for the SfDataGrid.onColumnResizeStart callback.

Annotations

Constructors

ColumnResizeStartDetails({required GridColumn column, required double width, required int columnIndex})
Creates the ColumnResizeStartDetails with the specified column and width.
const

Properties

column GridColumn
A column that is going to be resized.
final
columnIndex int
An index of a column that is going to be 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
Current 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