allowGroup property

bool get allowGroup

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

Implementation

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

Implementation

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