ControlBaseAvailable Property
Gets a value indicating whether the Control should be visible.
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public virtual bool Available { get; }
Public Overridable ReadOnly Property Available As Boolean
Get
abstract Available : bool with get
override Available : bool with get
Property Value
Boolean 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