Spread WPF 18
GrapeCity.Core Namespace / ICustomProperties Interface / Item Property / Item(String) Property
The name of the custom property.


In This Topic
    Item(String) Property
    In This Topic
    Gets the custom property by name.
    Syntax
    'Declaration
     
    Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ICustomProperty
    'Usage
     
    Dim instance As ICustomProperties
    Dim name As String
    Dim value As ICustomProperty
     
    value = instance.Item(name)
    ICustomProperty Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the custom property.

    Property Value

    An ICustomProperty object that represents the custom property information.
    See Also