Entity.IsDisabled Method

GeonBit.UI

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

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

Return Value

Type: Boolean
True if entity is disabled.
See Also