Spread WPF 18
GrapeCity.Core Namespace / ICustomProperty Interface / Name Property


In This Topic
    Name Property (ICustomProperty)
    In This Topic
    Gets or sets a string value representing the name of the custom property.
    Syntax
    'Declaration
     
    Property Name As String
    'Usage
     
    Dim instance As ICustomProperty
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also