AcceptsReturn
|
Gets or sets whether an end-user can insert return characters into a text. This is a dependency property.
|
ActualEditTemplate
|
Gets or sets the actual data template that defines the editor's presentation. This is a dependency property.
|
AllowNullInput
|
Gets or sets whether end-users can set the editor's value to a null reference. This is a dependency property.
|
AllowRoundOutOfRangeValue
|
Gets or sets whether automatic rounding of out of range values is enabled. This is a dependency property.
|
AllowSpinOnMouseWheel
|
Gets or sets whether or not a value can be changed by spinning the mouse wheel. This is a dependency property.
|
AllowUpdateTwoWayBoundPropertiesOnSynchronization
|
Prevents the BaseEdit.EditValue binding source from being updated during synchronization with the DataControlBase.ItemsSource.
|
Buttons
|
Returns the collection of buttons.
|
ButtonsTemplate
|
Gets or sets the template that defines the presentation of the editor's buttons. This is a dependency property.
|
CausesValidation
|
Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.
|
DisplayFormatString
|
Gets or sets the pattern used to format the editor's value for display purposes. This is a dependency property.
|
DisplayText
|
Gets the text displayed within the editor. This is a dependency property.
|
DisplayTextConverter
|
Gets or sets a converter used to provide the editor's display value. This is a dependency property.
|
EditCore
|
Provides access to an internal editor control.
|
EditCoreIsTabStop
|
Gets or sets whether navigating to the editor using the TAB key activates the editing mode. This is a dependency property.
|
EditNonEditableTemplate
|
Gets or sets a template that defines the in-place editor's presentation when the editor is active, but its text field is not editable. This is a dependency property.
|
EditTemplate
|
Gets or sets a template that defines the editor's presentation. This is a dependency property.
|
EditValue
|
Gets or sets the editor's value. This is a dependency property.
|
EditValueConverter
|
Gets or sets a converter used to provide the editor's value. This is a dependency property.
|
EditValuePostDelay
|
Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor.
|
EditValuePostMode
|
Gets or sets whether a value specified by a user should be posted immediately or after a delay.
|
EditValueType
|
Gets or sets the edit value's type treatment. This is a dependency property.
|
HasValidationError
|
Gets whether an editor has a validation error. This is a dependency property.
|
|
|
Increment
|
Gets or sets a value by which the editor's value changes each time the editor is spun. This is a dependency property.
|
InputScope
|
Gets or sets the context for input used by this TextEdit. This is a dependency property.
|
IsReadOnly
|
Gets or sets whether the editor's value can be changed by end-users. This is a dependency property.
|
IsSpellCheckEnabled
|
|
IsTextEditable
|
Gets or sets whether an end-user is allowed to edit the text displayed within the text box. This is a dependency property.
|
IsTextPredictionEnabled
|
Gets or sets whether the text prediction feature ("autocomplete") is enabled.
|
MaxLength
|
Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property.
|
MaxValue
|
Gets or sets the editor's maximum value. This is a dependency property.
|
MinValue
|
Gets or sets the editor's minimum value. This is a dependency property.
|
NullText
|
Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property.
|
NullTextForeground
|
Gets or sets the brush used to render the null text. This is a dependency property.
|
NullValue
|
Gets or sets a null value for the editor. This is a dependency property.
|
Gets or sets an object that defines the appearance and behavior of the editor's popup. This is a dependency property.
|
SelectedText
|
Gets or sets the text selected within the editor.
|
SelectionHighlightBrush
|
Gets or sets the brush used to highlight the selected text. This is a dependency property.
|
ShowDefaultButtons
|
Gets or sets whether the editor's default buttons are displayed. This is a dependency property.
|
ShowErrorToolTip
|
Gets or sets whether a tooltip with error message is shown when the editor is focused. This is a dependency property.
|
ShowNullText
|
Gets or sets whether to display the null text. This is a dependency property.
|
ShowNullTextForEmptyValue
|
Gets or sets whether to display the null text for the Empty value. This is a dependency property.
|
ShowText
|
Gets or sets whether the edit box is displayed. This is a dependency property.
|
StyleSettings
|
Gets or sets an object that defines an editor's appearance and behavior. This is a dependency property.
|
Text
|
Gets or sets the text displayed within the edit box. This is a dependency property.
|
TextAlignment
|
|
TextInputSettings
|
Provides access to the edit settings. This is a dependency property.
|
TextTemplate
|
Gets or sets the template that defines the presentation of editor's text box. This is a dependency property.
|
TextWrapping
|
Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property.
|
ValidateOnEnterKeyPressed
|
Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property.
|
ValidateOnTextInput
|
Gets or sets whether the edit value should be validated while typing within the editor's text box. This is a dependency property.
|
ValidationError
|
Gets or sets the validation error defined for the editor. This is a dependency property.
|
Value
|
Gets or sets a spin editor's value. This is a dependency property.
|