RepositoryItemTextEdit Properties
Represents a repository item which contains settings specific to TextEdit editors.Name | Description |
---|---|
AccessibleDefaultActionDescription | Gets or sets the default action description of the repository item for use by accessibility client applications. Inherited from RepositoryItem. |
AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from RepositoryItem. |
AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from RepositoryItem. |
AccessibleRole | Gets or sets the object’s accessible role. Inherited from RepositoryItem. |
AdvancedModeOptions | |
AllowContextImageChangeAnimation | Gets or sets whether the context image is changed using animation. This property is not in effect for in-place editors. |
AllowFocused | Gets or sets a value specifying whether the focus rectangle is displayed within the editor when it has focus. Inherited from RepositoryItem. |
AllowFocusedAppearance | Gets a value which indicates whether the appearance settings used to paint the editor when it’s focused can be used. Inherited from RepositoryItem. |
AllowGlyphSkinning | Gets or sets whether this TextEdit can colorize its icons. |
AllowHtmlDraw | Gets or sets whether HTML tags can be used to format an editor’s text or text of the editor’s items. Inherited from RepositoryItem. |
AllowInplaceAutoFilter | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
AllowInplaceBorderPainter | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
AllowMouseWheel | Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. |
AllowNullInput | Gets or sets whether end users can reset the editor’s value to null with the keyboard. |
Appearance | Gets appearance settings used to paint the editor when it is enabled. Inherited from RepositoryItem. |
AppearanceDisabled | Gets appearance settings used to paint the editor when it is disabled. Inherited from RepositoryItem. |
AppearanceFocused | Gets appearance settings used to paint the current editor when it is focused. Inherited from RepositoryItem. |
AppearanceReadOnly | Gets appearance settings used to paint the read-only editor. Inherited from RepositoryItem. |
AutoHeight | Gets or sets a value specifying whether the editor’s height is calculated automatically to fit the editor’s content. Inherited from RepositoryItem. |
BeepOnError | Gets or sets whether the masked editor should play a system error sound when a user enters an invalid character (for example, a literal in an editor with a Numeric mask). This property replaces the BeepOnError property in v20.2 and newer. |
BestFitWidth | Gets or sets the editor’s best fit width. Inherited from RepositoryItem. |
BorderStyle | Gets or sets the editor’s border style. Inherited from RepositoryItem. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
CharacterCasing | Gets or sets the character casing applied to the editor’s content. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
ContextImage | Gets or sets a custom image displayed at the editor’s edge, specified by the RepositoryItemTextEdit.ContextImageAlignment property. |
ContextImageAlignment | Gets or sets the alignment of an image displayed by this editor. |
ContextImageOptions | Provides access to all properties that allow you to assign and customize a custom image displayed at the editor’s edge. |
ContextMenu | Gets or sets the context menu for the editor. Inherited from RepositoryItem. |
DefaultAlignment | Gets the default horizontal alignment of the editor’s content. Inherited from RepositoryItem. |
DefaultBorderStyleInBars | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
DefaultBorderStyleInGrid | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DisplayFormat | Gets format settings applied to the editor’s value. Inherited from RepositoryItem. |
Editable | Gets whether the editor’s value can be changed. Inherited from RepositoryItem. |
EditFormat | Provides access to the settings used to format the edit value when the editor has input focus. Inherited from RepositoryItem. |
EditorTypeName | Gets the corresponding editor’s type name. |
EditValueChangedDelay | Gets or sets the time interval between the moment when an end-user stops changing the editor’s value and the RepositoryItem.EditValueChanged event being raised. Inherited from RepositoryItem. |
EditValueChangedFiringDelay static | Gets or sets the default time interval between the moment when an end-user stops changing the editor’s value and the RepositoryItem.EditValueChanged event being raised. Inherited from RepositoryItem. |
EditValueChangedFiringMode | Gets or sets the RepositoryItem.EditValueChanged event’s firing mode. Inherited from RepositoryItem. |
Enabled | Gets or sets a value indicating whether the edit control can respond to user actions. This property is supported for standalone editors. Inherited from RepositoryItem. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
ExportMode | Specifies whether the editor’s value or display text is exported when data is exported to XLS and CSV formats. Inherited from RepositoryItem. |
HideSelection | Gets or sets whether the selection is hidden when moving focus to another control. |
HtmlImages | Gets or sets a collection of images that can be embedded in the editor’s display text or the display text of the editor’s items, using the image tag. Inherited from RepositoryItem. |
IsDesignMode | Indicates whether the editor is currently in design mode. Inherited from RepositoryItem. |
IsDisposed | Gets a value indicating whether the control has been disposed of. Inherited from RepositoryItem. |
IsEditValueChangedEventPending | Gets whether the EditValueChanged event is postponed. Inherited from RepositoryItem. |
IsFilterLookUp | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
IsLoading | Indicates whether the editor is being loaded. Inherited from RepositoryItem. |
IsLockUpdate | Gets a value indicating whether the editor is immediately updated in response to changing its settings. Inherited from RepositoryItem. |
IsNonSortableEditor | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
LinkCount | Gets the number of objects connected to the current repository item. Inherited from RepositoryItem. |
LookAndFeel | Provides access to the stand-alone editor’s look and feel settings. These settings are not in effect for the editor in a bar, ribbon, grid, etc. Inherited from RepositoryItem. |
Mask | Specifies the editor’s input mask. From v20.2, use the MaskSettings property to specify an input mask. |
MaskBoxPadding | Gets or sets the amount of space around the text box embedded in the TextEdit. |
MaskSettings | Provides access to settings that allow you to create input masks. This property replaces the Mask property beginning with v20.2. See the following help topic for more information: Input Masks. |
MaxLength | Gets or sets the maximum number of characters an end-user can enter into the editor. |
MaxToolTipTextLength static | Gets or sets the maximum number of characters in the automatically generated tooltip displayed for an in-place editor. |
Name | Gets or sets the repository item name. Inherited from RepositoryItem. |
NormalizeDisplayText static | Set the NormalizeDisplayText property to true to correctly process diacritics when selecting rows from a dropdown window in the LookUpEdit control. Inherited from RepositoryItem. |
NullText | Gets or sets the text that presents the editor’s null value (null, System.DBNull.Value and RepositoryItemDateEdit.NullDate - for DateEdit). Inherited from RepositoryItem. |
NullValuePrompt | Gets or sets a grayed out hint displayed when the editor’s value is null or empty. This property is in effect for standalone editors and for editors embedded in toolbars and Ribbon controls. Not supported for in-place editors embedded in grid and tree list controls. Not supported for read-only editors. |
NullValuePromptForeColor | |
NullValuePromptShowForEmptyValue | Gets or sets whether the editor displays a prompt when its value is not specified (equals String.Empty). |
OwnerEdit | Gets an editor which owns the current repository item. |
OwnerItem | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
Padding | Gets or sets the TextEdit padding. The MemoEdit does not fully support this property, use the MaskBoxPadding property instead. |
PasswordChar | Gets or sets the password character that appears instead of actual characters. |
PopupOffset | Gets or sets the popup window’s location. Inherited from RepositoryItem. |
Properties | Obsolete. Gets an object providing properties specific to the text edit control. |
ReadOnly | Gets or sets a value specifying whether the editor’s value can be changed by end-users. Inherited from RepositoryItem. |
RequireDisplayTextSorting | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from RepositoryItem. |
ShowNullValuePrompt | Gets or sets conditions under which this editor should display its null value text (see the NullValuePrompt property). |
ShowNullValuePromptWhenFocused | Gets or sets whether the focused editor displays a prompt when its value is not specified. |
ShowNullValuePromptWhenReadOnly | Gets or sets whether the read-only editor displays a prompt when its value is not specified. |
Site | Gets or sets a ISite for the object. Inherited from RepositoryItem. |
Tag | Gets or sets the data associated with the repository item. Inherited from RepositoryItem. |
TextPadding | Gets or sets the text (value) padding within the editor. |
UseAdvancedMode | Switches the editor to Advanced Mode. This mode supports new caret and selection animations, emojis, and embedded labels. You can set up properties from the RepositoryItemTextEdit.AdvancedModeOptions group to choose which Advanced Mode features are enabled. |
UseMaskAsDisplayFormat | Gets or sets whether the editor uses an Input Mask to format its display value when not focused. This property replaces the UseMaskAsDisplayFormat property beginning with v20.2. |
UseParentBackground | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem. |
UseReadOnlyAppearance | Gets or sets whether the TextEdit is grayed out in the read only mode. |
UseSystemPasswordChar | Gets or sets whether password mode is active and the system password character is used to mask the editor’s text. |
UseTextEditorForAutoFilter | Gets whether to substitute this editor with the single-line text editor in auto-filter rows. Inherited from RepositoryItem. |
ValidateOnEnterKey | Gets or sets whether to raise the RepositoryItem.Validating event on pressing the ENTER key. |
XlsxFormatString | Gets or sets the native Excel format string used to format the editor’s value when exporting to XLSX. This property is in effect in WYSIWYG export mode. |
See Also