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


In This Topic
    IsInactive Property (CalendarButton)
    In This Topic
    Gets a value indicating whether this CalendarButton is inactive. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsInactive As Boolean
    'Usage
     
    Dim instance As CalendarButton
    Dim value As Boolean
     
    value = instance.IsInactive
    public bool IsInactive {get;}

    Property Value

    true if this instance is inactive; otherwise, false.
    Remarks
    The CalendarButton out of the range of the current date range which the GrapeCity.Windows.InputMan.GcDropDownCalendar displays is the Inactive button. For example, when GrapeCity.Windows.InputMan.GcDropDownCalendar is in GrapeCity.Windows.InputMan.CalendarMode.Decade display mode, the GrapeCity.Windows.InputMan.GcDropDownCalendar.FocusedDate is 2009/09/29, the control displays 2000-2009, so the first button which displays 1999 and the last button which displays 2010 are the Inactive buttons.
    See Also