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


In This Topic
    CalendarInfo Property
    In This Topic
    Gets the GrapeCity.Windows.InputMan.Primitives.CalendarInfo which contains the advanced information of the dates that the CalendarButton represents. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property CalendarInfo As CalendarInfo
    'Usage
     
    Dim instance As CalendarButton
    Dim value As CalendarInfo
     
    value = instance.CalendarInfo
    public CalendarInfo CalendarInfo {get;}

    Property Value

    The GrapeCity.Windows.InputMan.Primitives.CalendarInfo which this CalendarButton presented.
    Remarks
    See Also