Spread WPF 18
GrapeCity.Core Namespace / ICustomProperty Interface / Delete Method


In This Topic
    Delete Method (ICustomProperty)
    In This Topic
    Deletes the custom property.
    Syntax
    'Declaration
     
    Sub Delete() 
    'Usage
     
    Dim instance As ICustomProperty
     
    instance.Delete()
    void Delete()
    See Also