RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Panel

Panel.PanelType

Property
Description:
The Panel style of this Panel.
Remarks:
The Symbol property can be used to retrieve the kind of the panel. This property can also be used to change the type of a panel by setting it to a different type. All the panel types in the project can be found using the Document.CurtainPanelTypes property.
Syntax
public PanelType PanelType { get; set; }