GridCellLayoutArgs class abstract

Represents the abstract class of the GridCellLayoutArgs.

Implementers

Properties

bounds → Rect
Gets the bounds of the cell.
no setter
cellIndex → int
Gets the index of the cell.
no setter
graphics → PdfGraphics
Gets the graphics, on which the cell should be drawn.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isHeaderRow → bool
Gets the type of Grid row.
no setter
rowIndex → int
Gets the index of the row.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String
Gets the value.
no setter

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