Method BindToDatePicker
| Improve this Doc View SourceBindToDatePicker(Column<Nullable<DateTime>>)
Binds a nullable DateTime column to System.Windows.Controls.DatePicker.
Declaration
public static RowBinding<DatePicker> BindToDatePicker(this Column<DateTime? > source)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.DateTime>> | source | The source column. |
Returns
Type | Description |
---|---|
RowBinding<System.Windows.Controls.DatePicker> | The row binding object. |
BindToDatePicker(Scalar<Nullable<DateTime>>)
Binds a nullable DateTime scalar data to System.Windows.Controls.DatePicker.
Declaration
public static ScalarBinding<DatePicker> BindToDatePicker(this Scalar<DateTime? > source)
Parameters
Type | Name | Description |
---|---|---|
Scalar<System.Nullable<System.DateTime>> | source | The source scalar data. |
Returns
Type | Description |
---|---|
ScalarBinding<System.Windows.Controls.DatePicker> | The scalar binding object. |