allowUngroup property

bool allowUngroup

Gets or sets whether the user may ungroup existing groups in this layer. The initial value is true.

Implementation

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

Implementation

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