Show / Hide Table of Contents

Method BindToPasswordBox

| Improve this Doc View Source

BindToPasswordBox(Column<SecureString>)

Binds System.Security.SecureString column to System.Windows.Controls.PasswordBox.

Declaration
public static RowBinding<PasswordBox> BindToPasswordBox(this Column<SecureString> source)
Parameters
Type Name Description
Column<System.Security.SecureString> source

The source column.

Returns
Type Description
RowBinding<System.Windows.Controls.PasswordBox>

The row binding objedct.

| Improve this Doc View Source

BindToPasswordBox(Column<String>)

Binds string column to System.Windows.Controls.PasswordBox.

Declaration
public static RowBinding<PasswordBox> BindToPasswordBox(this Column<string> source)
Parameters
Type Name Description
Column<System.String> source

The source column.

Returns
Type Description
RowBinding<System.Windows.Controls.PasswordBox>

The row binding object.

| Improve this Doc View Source

BindToPasswordBox(Scalar<String>)

Binds string scalar data to System.Windows.Controls.PasswordBox.

Declaration
public static ScalarBinding<PasswordBox> BindToPasswordBox(this Scalar<string> source)
Parameters
Type Name Description
Scalar<System.String> source

The source scalar data.

Returns
Type Description
ScalarBinding<System.Windows.Controls.PasswordBox>

The scalar binding object.

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