Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / InputTitle Property


In This Topic
    InputTitle Property (DataValidation)
    In This Topic
    Gets or sets the title bar text of input prompt.
    Syntax
    'Declaration
     
    
    Public Property InputTitle As String
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As String
     
    instance.InputTitle = value
     
    value = instance.InputTitle
    public string InputTitle {get; set;}

    Property Value

    A System.String value represents the title bar text of input prompt.
    See Also