display_subject property

display_subject property

The option to display or hide the subject in the header. Default is True.

Definition:

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

See Also