The Grid object controls the appearance and behavior of the design grid.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Grid
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Grid

Inheritance Hierarchy

System..::..Object
  C1.Win.C1ReportDesigner..::..Grid

See Also