Determines whether a component is enabled or not. When the property is set to 'true', the component is in the enabled state. Setting the property to 'false' disables the component.
n/a
The cf2:ui.DynamicProperties#Enabled dynamic property is supported on the following components:
The default state of the property is 'true', i.e. enabled.
The :enabled pseudo-class corresponds to the enabled state; the :disabled pseudo-class corresponds to the disabled state.
The observable property associated with cf2:ui.DynamicProperties#Enabled is called enabled.
The initial-enabled-state attribute specifies the initial state of the property.
The initial-enabled-state attribute is deprecated. Instead, the initial-state attribute should be used. Refer to the topic entitled Custom dynamic properties for further information.