Entity.IsLocked Method

GeonBit.UI

EntityIsLocked Method
Return if this entity is currently locked, due to self or one of the parents / grandparents being locked.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsLocked()

Return Value

Type: Boolean
True if entity is disabled.
See Also