For a list of all members of this type, see EmbeddableEditorBase members.
Name | Description | |
---|---|---|
CanFocus | Returns true if the editor can take focus while in edit mode (read-only). | |
CurrentEditText | Returns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text. | |
DataFilter | If different than null, specifies custom data filter used by the editor. | |
DefaultOwner | Returns the default embeddable editor owner, which may provide default owner-specific values for an editor | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
EditorSharedObjectName | Specifies name of the shared object that was defined for this editor. | |
ElementBeingEdited | Returns the embeddable element that is currently in edit mode. | |
ExpectedType | Default type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. | |
Focused | Returns true if the editor has focus (read-only). | |
IsDroppedDown | Returns true if in edit mode and dropped down | |
IsInEditMode | Returns true if the editor is in edit mode | |
IsValid | Returns true if the edited value is valid (read-only). | |
SelectedText | Gets or sets the currently selected text in the editor. | |
SelectionLength | Gets or sets the number of characters selected in the editor. | |
SelectionStart | Gets or sets the starting point of text selected in the editor. | |
SupportsAutoSizeEdit | Specifies whether the editor supports AutoSizeEdit (read-only). | |
SupportsDropDown | Returns true if this editor supports a dropdown. | |
SupportsSelectableText | Returns true if this editor supports selecting text. | |
SupportsSpellChecking | Returns true if this editor supports spell checking. | |
SupportsValueList | Specifies whether the editor supports value list (read-only). | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLength | Gets the length of the text in the editor. | |
Value | The current value being edited. Type matches editor owner data type. |
Name | Description | |
---|---|---|
HasOwnDefaultContextMenu | Property which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing. | |
SelectedTextInternal | Gets or sets the currently selected text in the editor. | |
SelectionLengthInternal | Gets or sets the number of characters selected in the editor. | |
SelectionStartInternal | Gets or sets the starting point of text selected in the editor. | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Gets the length of the text in the editor. | |
WantsOwnerKeyEvents | Specifies whether the editor wants to receive key events from the owner while in edit mode (read-only). |
EmbeddableEditorBase Class
Infragistics.Win Namespace
Infragistics.Shared.SubObjectBase