[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDate

MaxDate Property

MaxDate

Gets or sets the maximum date that can be shown in the control. This is a dependency property.

Declaration
public DateTime MaxDate { get; set; }
Public Property MaxDate As Date
Property Value
Type Description
DateTime

A DateTime value indicates the maximum date that can be shown in the control. The default is 12/31/9999.

Remarks

Set MinDate greater than MaxDate, MaxDate will change to same as MinDate; Set MaxDate less than MinDate, the MinDate won't change and the MaxDate changes to same as MinDate.