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

In This Topic
    MaxDate Property (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the maximum System.DateTime value allowed. Default value is System.DateTime.MaxValue.
    Syntax
    'Declaration
     
    
    Public Property MaxDate As Date
    public DateTime MaxDate {get; set;}
    See Also