| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal propertyName As System.String _ ) As System.Object | |
| C# | |
|---|---|
public System.object this[ System.string propertyName ]; {get; set;} | |
Parameters
- propertyName
- The property name as string.
|
| ActiveReports Developer 7 | |
| Item Property | |
| See Also | |
| GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : Item Property |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal propertyName As System.String _ ) As System.Object | |
| C# | |
|---|---|
public System.object this[ System.string propertyName ]; {get; set;} | |