- Namespace
- MahApps
.Metro .Behaviors - Base Types
-
- Behavior
<PasswordBox>
- Behavior
graph BT
Type-->Base0["Behavior<PasswordBox>"]
Type["PasswordBoxBindingBehavior"]
class Type type-node
Syntax
public class PasswordBoxBindingBehavior : Behavior<PasswordBox>
Fields
| Name | Constant Value | Summary |
|---|---|---|
| PasswordProperty |
Gets or sets the bindable Password property on the PasswordBox control. This is a dependency property.
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetPassword |
string |
static
|
| OnAttached |
void |
Called after the behavior is attached to an AssociatedObject.
|
| OnDetaching |
void |
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
|
| SetPassword |
void |
static
|
