ActiveReports Developer 7
PropertyGrid Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : PropertyGrid Property

Glossary Item Box

Attaches a System.Windows.Forms.PropertyGrid to the designer to display the properties of an item selected within the designer.

Syntax

Visual Basic (Declaration) 
Public Property PropertyGrid As System.Windows.Forms.PropertyGrid
C# 
public System.Windows.Forms.PropertyGrid PropertyGrid {get; set;}

See Also