PanelScheduleData.IsHeaderSectionHidden Property

PanelScheduleDataIsHeaderSectionHidden Property

True if the user wishes to hide the header section; setting this value must go through the appropriate update function

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsHeaderSectionHidden { get; }
Public ReadOnly Property IsHeaderSectionHidden As Boolean
	Get
public:
property bool IsHeaderSectionHidden {
	bool get ();
}
member IsHeaderSectionHidden : bool with get

Property Value

Boolean
See Also