[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.IsInactive

IsInactive Property

IsInactive

Gets a value indicating whether this CalendarButton is inactive. This is a dependency property.

Declaration
public bool IsInactive { get; }
Public ReadOnly Property IsInactive As Boolean
Property Value
Type Description
bool

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.