QuickObjects.ObjectBase Send comments on this topic.
Visible Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : Visible Property
Visible

Holds a boolean value. This value indicates weather the search results will show the columns of this table. This value overrides all the Visible properties of columns of this table.

Syntax

C# 
virtual bool Visible {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also