[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MinDate

MinDate Property

MinDate

Gets or sets the minimum possible value of the range element.

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

A DateTime value which indicates the minimum date of GcDateTime.

Remarks

Its default value is DateTime.MinValue. When user spin the Value property exceed the MinDate, the value will be validated after GcDateTime lost keyboard focus.

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.