is_hide_detail property

is_hide_detail property

Gets and Sets whether the pivot item hides detail.

Definition:

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

See Also