[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDate

MinDate Property

MinDate

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

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

A DateTime value indicates the minimum date that can be shown in the control. The default is 0001/01/01.

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.