ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDateTimeColumn Class / MinDate Property

In This Topic
    MinDate Property
    In This Topic
    Gets or sets the minimum System.DateTime value allowed. Default value is System.DateTime.MinValue.
    Syntax
    'Declaration
     
    
    Public Property MinDate As Date
    public DateTime MinDate {get; set;}
    See Also