Show / Hide Table of Contents

Method BindToDatePicker

| Improve this Doc View Source

BindToDatePicker(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest