enabled property

bool? enabled
final

True if the section is enabled. Disabled sections cannot be selected, and is skipped during traversal.

Defaults to inheriting from the FAutocomplete.

Implementation

final bool? enabled;