Version

EmbeddableEditorBase Class Properties

For a list of all members of this type, see EmbeddableEditorBase members.

Public Properties
 NameDescription
Public PropertyCanFocusReturns true if the editor can take focus while in edit mode (read-only).  
Public PropertyCurrentEditTextReturns 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.  
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor.  
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor.  
Public PropertyElementBeingEditedReturns the embeddable element that is currently in edit mode.  
Public PropertyExpectedTypeDefault 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.  
Public PropertyFocusedReturns true if the editor has focus (read-only).  
Public PropertyIsDroppedDownReturns true if in edit mode and dropped down  
Public PropertyIsInEditModeReturns true if the editor is in edit mode  
Public PropertyIsValidReturns true if the edited value is valid (read-only).  
Public PropertySelectedTextGets or sets the currently selected text in the editor.  
Public PropertySelectionLengthGets or sets the number of characters selected in the editor.  
Public PropertySelectionStartGets or sets the starting point of text selected in the editor.  
Public PropertySupportsAutoSizeEditSpecifies whether the editor supports AutoSizeEdit (read-only).  
Public PropertySupportsDropDownReturns true if this editor supports a dropdown.  
Public PropertySupportsSelectableTextReturns true if this editor supports selecting text.  
Public PropertySupportsSpellCheckingReturns true if this editor supports spell checking.  
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only).  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextLengthGets the length of the text in the editor.  
Public PropertyValueThe current value being edited. Type matches editor owner data type.  
Protected Properties
 NameDescription
Protected PropertyHasOwnDefaultContextMenuProperty which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing.  
Protected PropertySelectedTextInternalGets or sets the currently selected text in the editor.  
Protected PropertySelectionLengthInternalGets or sets the number of characters selected in the editor.  
Protected PropertySelectionStartInternalGets or sets the starting point of text selected in the editor.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalGets the length of the text in the editor.  
Protected PropertyWantsOwnerKeyEventsSpecifies whether the editor wants to receive key events from the owner while in edit mode (read-only).  
See Also

Reference

EmbeddableEditorBase Class
Infragistics.Win Namespace
Infragistics.Shared.SubObjectBase