ComponentOne DataGrid for WPF and Silverlight
StartDate Property (DataGridDateTimeFilter)

C1.WPF.DataGrid Namespace > DataGridDateTimeFilter Class : StartDate Property
Gets or sets the start date shown in the filter control.
Syntax
'Declaration
 
Public Property StartDate As System.Nullable(Of Date)
public System.Nullable<DateTime> StartDate {get; set;}

Property Value

The start date shown in the filter control, if null no value will be shown.
See Also

Reference

DataGridDateTimeFilter Class
DataGridDateTimeFilter Members