Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / QueryValueEventArgs Class / CustomName Property


In This Topic
    CustomName Property
    In This Topic
    Gets the custom name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomName As String
    'Usage
     
    
    Dim instance As QueryValueEventArgs
    Dim value As String
     
    value = instance.CustomName
    public string CustomName {get;}

    Property Value

    Custom name
    See Also