ComponentOne DataGrid for WPF and Silverlight
EndDate Property (DataGridDateTimeFilter)

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

Property Value

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

Reference

DataGridDateTimeFilter Class
DataGridDateTimeFilter Members