QuickObjects.ObjectBase Send comments on this topic.
Visible Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : 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.

NOTE: Setting this property does not reset any of the field's Visible property. If this is set to false, the field's Visible property has no effect.

Syntax

C# 
public bool Visible {get; set;}

Requirements

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

See Also