allowUngroup property

bool get allowUngroup

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

Implementation

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

Implementation

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