BaseEdit Members
In This Article
#Constructors
Name | Description |
---|---|
Base |
Initializes a new instance of the Base |
#Fields
#Properties
Name | Description |
---|---|
Causes |
Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property. |
Edit |
Provides access to an internal editor control. |
Edit |
Gets or sets the editor’s value. This is a dependency property. |
Edit |
Gets or sets a converter used to provide the editor’s value. This is a dependency property. |
Edit |
Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor. |
Edit |
Gets or sets whether a value specified by a user should be posted immediately or after a delay. |
Edit |
Gets or sets the edit value’s type treatment. This is a dependency property. |
Has |
Gets whether an editor has a validation error. This is a dependency property. |
Is |
|
Is |
Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property. |
Show |
|
Validate |
Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. |
Validate |
Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property. |
Validation |
Gets or sets the validation error defined for the editor. This is a dependency property. |
#Methods
Name | Description |
---|---|
Clear |
Clears error notification and resets the editor’s value. |
Do |
Validates the editor. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Edit |
Occurs after the editor’s value has been changed. |
Edit |
Occurs before the editor’s value is changed. |
Validate | Enables you to validate the editor’s value. |
See Also