topIndex property
num
get
topIndex
For Panel.Table|Table Panels: Gets or sets the first row that this Panel displays. The default value is 0.
Implementation
_i2.num get topIndex => _i4.getProperty(
this,
'topIndex',
);
set
topIndex
(num value)
Implementation
set topIndex(_i2.num value) {
_i4.setProperty(
this,
'topIndex',
value,
);
}