is_hide_detail property

is_hide_detail property

Gets and sets whether the pivot item hides detail.

Remarks

NOTE: This property is now obsolete. Instead, please use PivotItem.IsDetailHidden property instead. This property will be removed 12 months later since November 2024. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also