[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection.Item

this Property

this[string]

Gets a CustomPropertyDefinition using the specified name.

Declaration
public CustomPropertyDefinition this[string name] { get; }
Parameters
Type Name Description
string name

A string value indicating the name of the property definition to get.

Property Value
Type Description
CustomPropertyDefinition

The CustomPropertyDefinition with the specified name, or null if not found.

Examples
var customProperties = new CustomPropertyDefinitionCollection();
var customProperty = customProperties["Property1"];