ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDateTimeColumn Class / MinDateProperty Field

In This Topic
    MinDateProperty Field (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the minimum System.DateTime value allowed. Default value is System.DateTime.MinValue.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MinDateProperty As DependencyProperty
    public static readonly DependencyProperty MinDateProperty
    See Also