PanelLockable Property

This property is used to know whether a panel can be locked.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Lockable { get; }

Property Value

Boolean
Remarks
If the panel can be locked, return true, else false.
See Also