Skip to main content
A newer version of this page is available. .

TextEditSettings Properties

Contains settings specific to the TextEdit editor.
Name Description
AcceptsReturn Gets or sets whether an end-user can insert return characters into a text. This is a dependency property.
AllowDrop Overrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowNullInput Gets or sets whether end-users can set the editor’s value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. Inherited from BaseEditSettings.
AllowSpinOnMouseWheel Gets or sets whether an end user can spin a value via the mouse wheel. This is a dependency property.
AreAnyTouchesCaptured Gets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithin Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOver Gets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOver Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroup Overrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CharacterCasing Gets or sets the character casing applied to the editor’s content. This is a dependency property.
CommandBindings Overrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenu Overrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
Cursor Overrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContext Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultStyleKey protected Gets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DisableExcessiveUpdatesInInplaceInactiveMode This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEditSettings.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayFormat Gets or sets the pattern used to format the editor’s display value. This is a dependency property. Inherited from BaseEditSettings.
DisplayTextConverter Gets or sets a converter used to provide the editor’s display value. This is a dependency property. Inherited from BaseEditSettings.
EditNonEditableTemplate Gets or sets a template that defines the in-place button editor’s presentation when the editor is active, but its text field is not editable. This is a dependency property.
ErrorToolTipContentTemplate Gets or sets a template that presents the content of an editor’s error tooltip. This is a dependency property. Inherited from BaseEditSettings.
FlowDirection Gets or sets the direction that text flows within the editor. This is a dependency property. Inherited from BaseEditSettings.
Focusable Overrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyle Overrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursor Overrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
HasAnimatedProperties Overrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HighlightedText Gets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code.
HighlightedTextCriteria Gets the filter condition (comparison operator) used to highlight the text.
HorizontalContentAlignment Gets or sets the horizontal alignment of an editor’s contents. Inherited from BaseEditSettings.
InputBindings Overrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScope Overrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsEnabled Overrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledCore protected Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocused Overrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitialized Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabled Overrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocused Overrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithin Overrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoaded Gets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCaptured Overrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithin Overrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOver Overrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOver Overrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsSealed Overrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptured Overrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithin Overrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOver Overrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOver Overrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
Language Overrides the Language property to hide it. Inherited from DXFrameworkContentElement.
LogicalChildren protected Gets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement.
Mask Gets or sets a mask expression. This is a dependency property.
MaskAutoComplete Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property.
MaskBeepOnError Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property.
MaskCulture Gets or sets the culture whose settings are used by masks. This is a dependency property.
MaskIgnoreBlank Gets or sets whether the editor can lose focus when a value hasn’t been entered, for the Simple, Regular and RegEx mask types. This is a dependency property.
MaskPlaceHolder Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property.
MaskSaveLiteral Gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property.
MaskShowPlaceHolders Gets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property.
MaskType Gets or sets the mask type. This is a dependency property.
MaskUseAsDisplayFormat Gets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property.
MaxLength Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property.
MaxWidth Gets or sets the editor’s maximum width. This is a dependency property. Inherited from BaseEditSettings.
Name Gets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
NullText Gets or sets the text displayed within the edit box when the editor’s value is null. This is a dependency property. Inherited from BaseEditSettings.
NullValue Gets or sets a null value for the editor. This is a dependency property. Inherited from BaseEditSettings.
OverridesDefaultStyle Overrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
Parent Gets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
PrintTextWrapping Gets or sets whether a cell’s value is automatically wrapped when it is printed. This is a dependency property.
Resources Overrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
SelectAllOnMouseUp Gets or sets whether to select the entire text when the editor gets focus via mouse click. This is a dependency property.
ShouldDisableExcessiveUpdatesInInplaceInactiveMode This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEditSettings.
ShowNullText Gets or sets whether to display the null text. This is a dependency property. Inherited from BaseEditSettings.
ShowNullTextForEmptyValue Gets or sets whether to display the null text for the Empty value. This is a dependency property. Inherited from BaseEditSettings.
ShowTooltipForTrimmedText

Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property.

Style Gets or sets the style to be used by this element. Inherited from FrameworkContentElement.
StyleSettings Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. Inherited from BaseEditSettings.
Tag Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParent Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
TextDecorations Gets or sets a value that specifies the text decorations that are applied to the editor’s content. This is a dependency property.
TextTrimming

Gets or sets the text trimming behavior. 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.
ToolTip This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TouchesCaptured Gets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithin Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOver Gets all touch devices that are over this element. Inherited from ContentElement.
TouchesOver Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
TrimmedTextToolTipContentTemplate Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. 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.
ValidationErrorTemplate Gets or sets the template used to display an in-place editor’s validation error messages. This is a dependency property. Inherited from BaseEditSettings.
VerticalContentAlignment Gets or sets the vertical alignment of the editor’s contents. Inherited from BaseEditSettings.
See Also