section_state property

section_state property

Gets or sets the state of the section.

Definition:

@property
def section_state(self):
    ...
@section_state.setter
def section_state(self, value):
    ...

See Also