[]
        
(Showing Draft Content)

GrapeCity.Core.ICustomProperties.Item

this Property

this[int]

Gets the custom property at the specified position.

Declaration
ICustomProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ICustomProperty
Parameters
Type Name Description
int index

The index number of the custom property.

Property Value
Type Description
ICustomProperty

An ICustomProperty object that represents the custom property information.

this[string]

Gets the custom property by name.

Declaration
ICustomProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As ICustomProperty
Parameters
Type Name Description
string name

The name of the custom property.

Property Value
Type Description
ICustomProperty

An ICustomProperty object that represents the custom property information.