Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / LabelTitle Property


In This Topic
    LabelTitle Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property LabelTitle As String
    'Usage
     
    Dim instance As ToolbarDropDown
    Dim value As String
     
    instance.LabelTitle = value
     
    value = instance.LabelTitle
    public string LabelTitle {get; set;}
    See Also