[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsTrailing

IsTrailing Property

IsTrailing

Gets a value indicating whether the Date is a trailing day.

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

true if the Date is a trailing day; otherwise, false.

Remarks

When a GrapeCity.Windows.InputMan.GcDropDownCalendar shows a month, February 1998, for example, and the 7 days before February 1st 1998 and the 7 days after February 28 1998 are trailing days. The IsTrailing of the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton which represents such days, is true.