ControlBaseAvailable Property

Gets a value indicating whether the Control should be visible.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public virtual bool Available { get; }

Property Value

Boolean

Remarks

This property will return a value according to the Visible and BindVisible events ignoring bound controls. Should be used in a scenario where you have a control on a non visible tab and you want to know if it would be visible if the tab was visible

See Also