allowGroup property

bool allowGroup

Gets or sets whether the user may group parts together. The initial value is true.

Implementation

_i2.bool get allowGroup => _i4.getProperty(
      this,
      'allowGroup',
    );
void allowGroup=(bool value)

Implementation

set allowGroup(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowGroup',
    value,
  );
}