Gets or sets whether the grid is visible.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property Visible As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also