Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarInfo Class / Text Property


In This Topic
    Text Property (CalendarInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    'Usage
     
    Dim instance As CalendarInfo
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    The formatted System.String value that the CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.
    See Also