Version

XamComboEditor Class Members

The following tables list the members exposed by XamComboEditor.

Public Constructors
 NameDescription
Public ConstructorXamComboEditor ConstructorInitializes a new instance of the XamComboEditor class  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ComboBoxStylePropertyIdentifies the ComboBoxStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)ComboEditorComboBoxStyleKeyThe key used to identify the combo box style used for the ComboBox inside the XamComboEditor  
Public Fieldstatic (Shared in Visual Basic)DisplayMemberPathPropertyIdentifies the DisplayMemberPath dependency property  
Public Fieldstatic (Shared in Visual Basic)DisplayValuePropertyIdentifies the read-only DisplayValue dependency property.  
Public Fieldstatic (Shared in Visual Basic)DisplayValueSourcePropertyIdentifies the DisplayValueSource dependency property.  
Public Fieldstatic (Shared in Visual Basic)DisplayValueTemplateKeyThe key used to identify the template used to display editor values when the DisplayValueSource is set to Value.  
Public Fieldstatic (Shared in Visual Basic)DropDownButtonDisplayModePropertyIdentifies the DropDownButtonDisplayMode dependency property  
Public Fieldstatic (Shared in Visual Basic)DropDownButtonStylePropertyIdentifies the DropDownButtonStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)DropDownButtonVisibilityPropertyIdentifies the Read-Only DropDownButtonVisibility dependency property  
Public Fieldstatic (Shared in Visual Basic)DropDownClosedEventEvent ID for the DropDownClosed routed event  
Public Fieldstatic (Shared in Visual Basic)DropDownOpenedEventEvent ID for the DropDownOpened routed event  
Public Fieldstatic (Shared in Visual Basic)DropDownResizeModePropertyIdentifies the DropDownResizeMode dependency property  
Public Fieldstatic (Shared in Visual Basic)ExecutedCommandEventEvent ID for the ExecutedCommand routed event  
Public Fieldstatic (Shared in Visual Basic)ExecutingCommandEventEvent ID for the ExecutingCommand routed event  
Public Fieldstatic (Shared in Visual Basic)IsDropDownOpenPropertyIdentifies the IsDropDownOpen dependency property  
Public Fieldstatic (Shared in Visual Basic)IsEditablePropertyIdentifies the IsEditable dependency property  
Public Fieldstatic (Shared in Visual Basic)ItemsProviderPropertyIdentifies the ItemsProvider dependency property  
Public Fieldstatic (Shared in Visual Basic)ItemsSourcePropertyIdentifies the ItemsSource dependency property  
Public Fieldstatic (Shared in Visual Basic)LimitToListPropertyIdentifies the read-only LimitToList dependency property.  
Public Fieldstatic (Shared in Visual Basic)MaxDropDownHeightPropertyIdentifies the MaxDropDownHeight dependency property  
Public Fieldstatic (Shared in Visual Basic)MaxDropDownWidthPropertyIdentifies the MaxDropDownWidth dependency property  
Public Fieldstatic (Shared in Visual Basic)MinDropDownWidthPropertyIdentifies the MinDropDownWidth dependency property  
Public Fieldstatic (Shared in Visual Basic)MinDropDownWidthResolvedPropertyIdentifies the Read-Only MinDropDownWidthResolved dependency property  
Public Fieldstatic (Shared in Visual Basic)PostDropDownAreaTemplatePropertyIdentifies the PostDropDownAreaTemplate dependency property  
Public Fieldstatic (Shared in Visual Basic)PreDropDownAreaTemplatePropertyIdentifies the PreDropDownAreaTemplate dependency property  
Public Fieldstatic (Shared in Visual Basic)SelectedIndexPropertyIdentifies the SelectedIndex dependency property  
Public Fieldstatic (Shared in Visual Basic)SelectedItemChangedEventEvent ID for the 'SelectedItemChanged' routed event  
Public Fieldstatic (Shared in Visual Basic)SelectedItemPropertyIdentifies the SelectedItem dependency property  
Public Fieldstatic (Shared in Visual Basic)TextAlignmentResolvedPropertyIdentifies the Read-Only TextAlignmentResolved dependency property  
Public Fieldstatic (Shared in Visual Basic)ValuePathPropertyIdentifies the ValuePath dependency property  
Public Properties
 NameDescription
Public PropertyAcceptsArrowKeysInEditModeReturns or sets whether the editor uses arrows keys while in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyActualHeightGets the rendered height of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidthGets the rendered width of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDropGets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyAlwaysValidateSpecifies whether to validate the editor's value even if the user doesn't modify the value. Default value is False where the editor only validates the value if the user modifies it. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyAlwaysValidateResolvedRead-only. Gets the resolved value of the AlwaysValidate property. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesCapturedWithinGets 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 System.Windows.UIElement)
Public PropertyAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. (Inherited from System.Windows.UIElement)
Public PropertyAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyBackgroundGets or sets a brush that describes the background of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyBitmapEffectGets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyBitmapEffectInputGets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyBorderBrushGets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThicknessGets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyCacheModeGets or sets a cached representation of the System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyClipGets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyClipToBoundsGets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyComboBoxReturns the underlying ComboBox used to perform the editing. Only valid when the editor is in edit mode.  
Public PropertyComboBoxStyleUsed for setting the Style of the underlying ComboBox used for editing. Default value is null.  
Public PropertyCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. (Inherited from System.Windows.UIElement)
Public PropertyContextMenuGets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyCursorGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContextGets or sets the data context for an element when it participates in data binding. (Inherited from System.Windows.FrameworkElement)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDesiredSizeGets the size that this element computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayMemberPathSpecifies the path into the selected item from which to get the text. The Text and DisplayText properties will return values from this path.  
Public PropertyDisplayTextReturns the display text. Note that display text is only used when the editor is not in edit mode. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Public PropertyDisplayValueIndicates the value that's displayed in the edit portion.  
Public PropertyDisplayValueSourceSpecifies whether the editor's DisplayText or Value is displayed in the edit portion. Default is DisplayText.  
Public PropertyDropDownButtonDisplayModeSpecifies when to display the drop down button. Default is MouseOver.  
Public PropertyDropDownButtonStyleUsed for setting the Style of the drop-down button. Default value is null.  
Public PropertyDropDownButtonVisibilityIndicates whether the drop down button is currently visible or not.  
Public PropertyDropDownResizeModeSpecifies whether to allow the user to resize the drop down and if so how. Default value of this property is Both which will allow the user to resize the drop-down list in both directions - horizontally as well vertically.  
Public PropertyEditTemplateTemplate used while the editor is in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyEffectGets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyFlowDirectionGets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement)
Public PropertyFocusableGets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyFocusVisualStyleGets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from System.Windows.FrameworkElement)
Public PropertyFontFamilyGets or sets the font family of the control. (Inherited from System.Windows.Controls.Control)
Public PropertyFontSizeGets or sets the font size. (Inherited from System.Windows.Controls.Control)
Public PropertyFontStretchGets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyleGets or sets the font style. (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeightGets or sets the weight or thickness of the specified font. (Inherited from System.Windows.Controls.Control)
Public PropertyForceCursorGets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property. (Inherited from System.Windows.FrameworkElement)
Public PropertyForegroundGets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control)
Public PropertyFormatSpecifies format used for converting between value and text. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyFormatProviderSpecifies format provider used for converting between value and text. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyHasAnimatedPropertiesGets a value indicating whether this element has any animated properties. (Inherited from System.Windows.UIElement)
Public PropertyHasValueChangedDetermines if the content has changed while in edit mode (read-only). (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyHeightGets or sets the suggested height of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignmentGets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyHostReturns the associated ValuePresenter if any. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyInputBindingsGets the collection of input bindings associated with this element. (Inherited from System.Windows.UIElement)
Public PropertyInputScopeGets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyInvalidValueBehaviorSpecifies what action to take when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyInvalidValueErrorInfoIf the editor's value is invalid, returns error information regarding why it's invalid. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsAlwaysInEditModeGets/sets whether this editor is always in edit mode but is ignored when the editor is embedded inside another control. Default value is False. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsArrangeValidGets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from System.Windows.UIElement)
Public PropertyIsDropDownOpenSpecifies whether the drop down is currently open.  
Public PropertyIsEditableGets or sets a value that enables or disables editing of text in the text box portion of the editor.  
Public PropertyIsEmbeddedReturns true if the editor is embedded in another control, e.g. a DataPresenter cell. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsEnabledGets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsFocusedGets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsFocusWithinReturns true if the focus is within this element. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsHitTestVisibleGets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsInEditModeGets/sets whether this editor is in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsInitializedGets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called. (Inherited from System.Windows.FrameworkElement)
Public PropertyIsInputMethodEnabledGets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocusedGets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocusWithinGets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsLoadedGets a value that indicates whether this element has been loaded for presentation. (Inherited from System.Windows.FrameworkElement)
Public PropertyIsManipulationEnabledGets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyIsMeasureValidGets a value indicating whether the current size returned by layout measure is valid. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCapturedGets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsMouseOverGets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsReadOnlySpecifies whether the user is allowed to modify the value in the editor. Default value is false. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsStylusCapturedGets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsStylusOverGets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyIsTabStopGets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control)
Public PropertyIsValueValidSpecifies whether the current value of the editor is valid. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyIsVisibleGets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyItemsProviderUsed for specifying the items to be displayed in the drop down. Default value of this property is null.  
Public PropertyItemsSourceSpecifies the collection from which to populate the drop-down of this XamComboEditor. This property providers an alternate way of specifying ItemsProvider.  
Public PropertyLanguageGets or sets localization/globalization language information that applies to an element. (Inherited from System.Windows.FrameworkElement)
Public PropertyLayoutTransformGets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from System.Windows.FrameworkElement)
Public PropertyLimitToListSpecifies whether to restrict the input to items in the items source. Default value is False.  
Public PropertyMarginGets or sets the outer margin of an element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxDropDownHeightSpecifies the maximum drop-down height.  
Public PropertyMaxDropDownWidthSpecifies the maximum drop-down width.  
Public PropertyMaxHeightGets or sets the maximum height constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxWidthGets or sets the maximum width constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinDropDownWidthSpecifies the minimum drop-down width.  
Public PropertyMinDropDownWidthResolvedResolved minimum drop-down width.  
Public PropertyMinHeightGets or sets the minimum height constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidthGets or sets the minimum width constraint of the element. (Inherited from System.Windows.FrameworkElement)
Public PropertyNameGets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. (Inherited from System.Windows.FrameworkElement)
Public PropertyNullTextThe text to display when the value of the editor is null and the editor is not in edit mode. The default value is empty string. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Public PropertyOpacityGets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyOpacityMaskGets or sets an opacity mask, as a System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyOriginalValueGets the original value while in edit mode (read-only) (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyOverridesDefaultStyleGets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from System.Windows.FrameworkElement)
Public PropertyPaddingGets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control)
Public PropertyParentGets the logical parent element of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyPersistIdGets a value that uniquely identifies this element. (Inherited from System.Windows.UIElement)
Public PropertyPostDropDownAreaTemplateDetermines what, if anything, will be displayed below the drop down items when the drop down is open.  
Public PropertyPreDropDownAreaTemplateDetermines what, if anything, will be displayed on top of the drop down items when the drop down is open.  
Public PropertyRenderSizeGets (or sets) the final render size of this element. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformGets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOriginGets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyResourcesGets or sets the locally-defined resource dictionary. (Inherited from System.Windows.FrameworkElement)
Public PropertySelectedIndexGets or sets the selected index. Only valid when in edit mode.  
Public PropertySelectedItemGets or sets the selected item. Only valid when in edit mode.  
Public PropertySelectedTextGets or sets the selected text.  
Public PropertySelectionLengthGets or sets the length of the selected text. If nothing is selected then returns 0.  
Public PropertySelectionStartGets or sets the location of the selected text. If no text is selected, this property returns the location of the caret.  
Public PropertySnapsToDevicePixelsGets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyStyleGets or sets the style used by this element when it is rendered. (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndexGets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from System.Windows.Controls.Control)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplateGets or sets a control template. (Inherited from System.Windows.Controls.Control)
Public PropertyTemplatedParentGets 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 System.Windows.FrameworkElement)
Public PropertyTextGets or sets the value of the editor as text. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyTextAlignmentResolvedReturns the resolved text alignment.  
Public PropertyTextLengthIndicates the length of the current text in the editor.  
Public PropertyThemeGets/sets the theme of the control (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from System.Windows.FrameworkElement)
Public PropertyTouchesCapturedGets all touch devices that are captured to this element. (Inherited from System.Windows.UIElement)
Public PropertyTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyTouchesDirectlyOverGets all touch devices that are over this element. (Inherited from System.Windows.UIElement)
Public PropertyTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from System.Windows.UIElement)
Public PropertyTriggersGets the collection of triggers established directly on this element, or in child elements. (Inherited from System.Windows.FrameworkElement)
Public PropertyUidGets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyUseLayoutRoundingGets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. (Inherited from System.Windows.FrameworkElement)
Public PropertyValueGets or sets the value of the editor. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyValueConstraintGets or sets the constraints for editor input. Default value is null. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyValuePathSpecifies the path into the selected item from which to get the data value. The Value property will return values from this path.  
Public PropertyValueToDisplayTextConverterSpecifies the converter used for converting between display text and value. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Public PropertyValueToDisplayTextConverterResolvedResolved converter used for converting editor value to editor display text. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Public PropertyValueToTextConverterSpecifies the converter used for converting between text and value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyValueToTextConverterResolvedResolved converter used for converting editor value to editor text. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyValueTypeGets or sets the type of values that this editor manipulates. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public PropertyVerticalAlignmentGets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignmentGets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyVisibilityGets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from System.Windows.UIElement)
Public PropertyWidthGets or sets the width of the element. (Inherited from System.Windows.FrameworkElement)
Protected Properties
 NameDescription
Protected PropertyAcceptsArrowKeysInEditModeDefaultReturns or sets whether the editor uses arrows keys while in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected PropertyComboBoxStyleKeyReturns the key of the default style of the ComboBox that the XamComboEditor uses.  
Protected Internal PropertyDefaultStyleKeyGets or sets the key to use to reference the style for this control, when theme styles are used or defined. (Inherited from System.Windows.FrameworkElement)
Protected PropertyDefaultValueToDisplayTextConverterOverridden. Returns the default converter used for converting between the value and the text.  
Protected PropertyDefaultValueToTextConverterOverridden. Returns the default converter used for converting between the value and the text.  
Protected PropertyFocusSiteReturns the element in the visual tree that was named 'PART_FocusSite'. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected Internal PropertyHandlesScrollingGets a value that indicates whether a control supports scrolling. (Inherited from System.Windows.Controls.Control)
Protected Internal PropertyHasEffectiveKeyboardFocusGets a value that indicates whether the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Protected Internal PropertyInheritanceBehaviorGets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. (Inherited from System.Windows.FrameworkElement)
Protected PropertyIsEnabledCoreGets a value that becomes the return value of System.Windows.UIElement.IsEnabled in derived classes. (Inherited from System.Windows.UIElement)
Protected Internal PropertyLogicalChildrenGets an enumerator for logical child elements of this element. (Inherited from System.Windows.FrameworkElement)
Protected PropertyStylusPlugInsGets a collection of all stylus plug-in (customization) objects associated with this element. (Inherited from System.Windows.UIElement)
Protected PropertySupportsAsyncOperationsDetermines if asynchronous operations are supported (read-only) (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected PropertyVisualBitmapEffectGets or sets the System.Windows.Media.Effects.BitmapEffect value for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualBitmapEffectInputGets or sets the System.Windows.Media.Effects.BitmapEffectInput value for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualBitmapScalingModeGets or sets the System.Windows.Media.BitmapScalingMode for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualCacheModeGets or sets a cached representation of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualChildrenCountGets the number of visual child elements within this element. (Inherited from System.Windows.FrameworkElement)
Protected Internal PropertyVisualClearTypeHintGets or sets the System.Windows.Media.ClearTypeHint that determines how ClearType is rendered in the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualClipGets or sets the clip region of the System.Windows.Media.Visual as a System.Windows.Media.Geometry value. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualEdgeModeGets or sets the edge mode of the System.Windows.Media.Visual as an System.Windows.Media.EdgeMode value. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualEffectGets or sets the bitmap effect to apply to the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOffsetGets or sets the offset value of the visual object. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOpacityGets or sets the opacity of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualOpacityMaskGets or sets the System.Windows.Media.Brush value that represents the opacity mask of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualParentGets the visual tree parent of the visual object. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualScrollableAreaClipGets or sets a clipped scrollable area for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected Internal PropertyVisualTextHintingModeGets or sets the System.Windows.Media.TextHintingMode of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected Internal PropertyVisualTextRenderingModeGets or sets the System.Windows.Media.TextRenderingMode of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualTransformGets or sets the System.Windows.Media.Transform value for the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualXSnappingGuidelinesGets or sets the x-coordinate (vertical) guideline collection. (Inherited from System.Windows.Media.Visual)
Protected PropertyVisualYSnappingGuidelinesGets or sets the y-coordinate (horizontal) guideline collection. (Inherited from System.Windows.Media.Visual)
Public Methods
 NameDescription
Public MethodAddHandlerOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement)
Public MethodAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.UIElement)
Public MethodApplyTemplateBuilds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from System.Windows.FrameworkElement)
Public MethodArrangePositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement)
Public MethodBeginInitStarts the initialization process for this element. (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement)
Public MethodBringIntoViewOverloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement)
Public MethodCanEditTypeOverridden. Determines if the editor natively supports editing values of specified type.  
Public MethodCanRenderTypeOverridden. Determines if the editor natively supports displaying of values of specified type.  
Public MethodCaptureMouseAttempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureStylusAttempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureTouchAttempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement)
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodConvertTextToValueConverts the specified text to the value type using the ValueToTextConverterResolved. This method is typically called to convert the text modified by the user back to the ValueType. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodConvertValueToDisplayTextConverts the specified value to display text using the ValueToDisplayTextConverterResolved. Returns true if the conversion succeeds. This method is used to display the value of the editor when the editor is not in edit mode. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Public MethodConvertValueToTextConverts the specified value to text using the ValueToTextConverterResolved. This method is used to display the value of the editor when the editor is in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodEndEditModeExits edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodEndInitIndicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFindCommonVisualAncestorReturns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual)
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindResourceSearches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement)
Public MethodFocusAttempts to set focus to this element. (Inherited from System.Windows.UIElement)
Public MethodGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement)
Public MethodGetBindingExpressionReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInitializeHostInfoInitializes the editor with the associated host information when it is embedded in another control. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrangeInvalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateVisualInvalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOfDetermines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual)
Public MethodIsDescendantOfDetermines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual)
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement)
Public MethodMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement)
Public MethodOnApplyTemplateCalled when the template is applied. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodPointFromScreenConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreenConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from System.Windows.FrameworkElement)
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseAllTouchCapturesReleases all captured touch devices from this element. (Inherited from System.Windows.UIElement)
Public MethodReleaseMouseCaptureReleases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseTouchCaptureAttempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodResetFormatResets the Format property to its default value of null. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodResetFormatProviderResets the FormatProvider property to its default value of null. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodResetIsReadOnlyResets the IsReadOnly property to its default value of false. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodResetValueConstraintResets the ValueConstraint property to its default value of null. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodResetValueTypeResets the ValueType property to its default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodSelectAllSelects all text in the editor.  
Public MethodSetBindingOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodShouldSerializeFormatReturns true if the Format property is set to a non-default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodShouldSerializeFormatProviderReturns true if the FormatProvider property is set to a non-default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodShouldSerializeIsReadOnlyReturns true if the IsReadOnly property is set to a non-default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodShouldSerializeValueConstraintReturns true if the ValueConstraint property is set to a non-default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodShouldSerializeValueTypeReturns true if the ValueType property is set to a non-default value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodStartEditModeEnters edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public MethodToStringReturns the string representation of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control)
Public MethodTransformToAncestorOverloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendantReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisualReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePointTranslates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement)
Public MethodTryFindResourceSearches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayoutEnsures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement)
Public MethodValidateCurrentValueOverloaded. Overridden. Validates the current value of the editor. This method is called by the editor to perform editor specific validation of the current value.  
Protected Methods
 NameDescription
Protected Internal MethodAddLogicalChildAdds the provided object to the logical tree of this element. (Inherited from System.Windows.FrameworkElement)
Protected MethodAddVisualChildDefines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodArrangeCoreImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverrideCalled to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control)
Protected MethodDoInitializationCalled from OnInitialized to provide the derived classes an opportunity to perform appropriate initialization tasks. OnInitialized implementation enters the editor into edit mode at the end if AlwaysInEditMode is true. This method is called before that. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Protected MethodGetLayoutClipReturns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodGetTemplateChildReturns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodGetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. (Inherited from System.Windows.FrameworkElement)
Protected MethodGetVisualChildOverrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements. (Inherited from System.Windows.FrameworkElement)
Protected MethodHitTestCoreOverloaded. Overridden. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodInitializeOriginalValueFromValueCalled when starting edit mode to copy the Content propety value into the OriginalValue property. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodMeasureCoreImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverrideCalled to remeasure a control. (Inherited from System.Windows.Controls.Control)
Protected MethodOnAccessKeyProvides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement)
Protected MethodOnChildDesiredSizeChangedSupports layout behavior when a child element is resized. (Inherited from System.Windows.UIElement)
Protected MethodOnCoerceTextOverridden. Called from the Text property's CoerceValue handler.  
Protected MethodOnCoerceValueOverridden. Called from the Value property's CoerceValue handler.  
Protected MethodOnContextMenuClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpeningInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeerOverridden. Returns an automation peer that exposes the XamComboEditor to UI Automation.  
Protected MethodOnDpiChangedCalled when the DPI at which this View is rendered changes. (Inherited from System.Windows.Media.Visual)
Protected MethodOnDragEnterInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragOverInvoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDropInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDropDownClosedThis method is called when the drop-down list is closed. It raises DropDownClosed event.  
Protected MethodOnDropDownOpenedThis method is called when the drop-down list is opened. It raises DropDownOpened event.  
Protected MethodOnEditModeEndedThis method is called when the control has just exited edit mode. This method raises EditModeEnded event. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnEditModeEndingThis method is called when the control is about to exit edit mode. This method raises EditModeEnding event. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Protected MethodOnEditModeStartedOverridden. This method is called when the control has just entered edit mode. This method raises EditModeStarted event.  
Protected MethodOnEditModeStartingThis method is called when the control is about to enter edit mode. This method raises EditModeStarting event. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnEditModeValidationErrorOccurs when there is an input validation error (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnEditTemplateChangedCalled when property 'EditTemplate' changes (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnExecutedCommandOccurs after a command is performed  
Protected MethodOnExecutingCommandOccurs before a command is performed  
Protected MethodOnFocusSiteChangedOverridden. Called when the focus site changes.  
Protected MethodOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotFocusCalled when the editor receives focus. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotTouchCaptureProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Protected MethodOnInitializedOverridden. Overriden. Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked when the System.Windows.FrameworkElement.IsInitialized is set to true.  
Protected MethodOnIsFocusWithinChangedCalled when property IsFocusWithin changes. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsKeyboardFocusWithinChangedCalled when the value of IsKeyboardFocusWithin property changes. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyDownCalled when a key is pressed. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostFocusRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement)
Protected MethodOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostTouchCaptureProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationBoundaryFeedbackCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationCompletedCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationDeltaCalled when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationInertiaStartingCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartedCalled when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartingProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseEnterInvoked when the mouse is moved within the bounds of the element. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnMouseLeaveInvoked when the mouse is moved outside the bounds of the element. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnMouseLeftButtonDownCalled when the left mouse button is pressed. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Protected MethodOnMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseUpInvoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyDownOverridden. Called to preview key-down.  
Protected MethodOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewLostKeyboardFocusThis method is called when the editor looses focus. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnPreviewMouseDoubleClickRaises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonDownPreview method called when the left mouse button is pressed. (Inherited from Infragistics.Windows.Editors.TextEditorBase)
Protected MethodOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchDownProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchMoveProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchUpProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPropertyChangedOverridden. Called when a dependency property changes.  
Protected MethodOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnRenderWhen overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Inherited from System.Windows.UIElement)
Protected Internal MethodOnRenderSizeChangedRaises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnSelectedItemChangedCalled when SelectedItem property changes.  
Protected Internal MethodOnStyleChanged (Inherited from System.Windows.FrameworkElement)
Protected MethodOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnTemplateChanged (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextChangedCalled when property 'Text' changes (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnThemeChangedCalled when the Theme property has changed (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnToolTipClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnToolTipOpeningInvoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnTouchDownProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchEnterProvides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchLeaveProvides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchMoveProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchUpProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnValueChangedCalled when Value property changes or the contents of the editor changes. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodOnValueTypeChangedOverridden. Called when the ValueType property has changed  
Protected Internal MethodOnVisualChildrenChangedCalled when the System.Windows.Media.VisualCollection of the visual object is modified. (Inherited from System.Windows.Media.Visual)
Protected Internal MethodOnVisualParentChangedInvoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject). (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodParentLayoutInvalidatedSupports incremental layout implementations in specialized subclasses of System.Windows.FrameworkElement. System.Windows.FrameworkElement.ParentLayoutInvalidated(System.Windows.UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodProcessKeyDownProcesses the key down event. Default implementation does nothing. This class overrides OnKeyDown and performs some default processing and then calls this method if further key down processing is to be done. Derived classes are intended to override this method instead of OnKeyDown. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected Internal MethodRemoveLogicalChildRemoves the provided object from this element's logical tree. System.Windows.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (Inherited from System.Windows.FrameworkElement)
Protected MethodRemoveVisualChildRemoves the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodRevertValueBackToOriginalValueCalled when ending edit mode and not accepting the changes. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodSetVisualStateOverridden. Called to set the VisualStates of the editor  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected MethodUpdateVisualStatesOverloaded. Called to set the visual states of the control (Inherited from Infragistics.Windows.Editors.ValueEditor)
Protected MethodValidateFocusSiteOverridden. Validates the focus site. Returns true if the focus site is acceptable.  
Protected MethodVerifyTemplateStateMakes sure that either the EditTemplate or the Template is being used based on whether the editor is in edit mode. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public Events
 NameDescription
Public EventContextMenuClosingOccurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkElement)
Public EventContextMenuOpeningOccurs when any context menu on the element is opened. (Inherited from System.Windows.FrameworkElement)
Public EventDataContextChangedOccurs when the data context for this element changes. (Inherited from System.Windows.FrameworkElement)
Public EventDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
Public EventDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
Public EventDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventDropDownClosedOccurs when the drop-down list is closed.  
Public EventDropDownOpenedOccurs when the drop-down list is opened.  
Public EventEditModeEndedOccurs when the control has just exited edit mode (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventEditModeEndingOccurs when the control is about to exit edit mode (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventEditModeStartedOccurs when the control has just entered edit mode (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventEditModeStartingOccurs when the control is about to enter edit mode (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventEditModeValidationErrorOccurs when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventEditTemplateChangedOccurs when property 'EditTemplate' changes (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventExecutedCommandOccurs after a command is performed  
Public EventExecutingCommandOccurs before a command is performed  
Public EventFocusableChangedOccurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from System.Windows.UIElement)
Public EventGiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from System.Windows.UIElement)
Public EventGotFocusOccurs when this element gets logical focus. (Inherited from System.Windows.UIElement)
Public EventGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
Public EventGotMouseCaptureOccurs when this element captures the mouse. (Inherited from System.Windows.UIElement)
Public EventGotStylusCaptureOccurs when this element captures the stylus. (Inherited from System.Windows.UIElement)
Public EventGotTouchCaptureOccurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Public EventInitializedOccurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. (Inherited from System.Windows.FrameworkElement)
Public EventIsEnabledChangedOccurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from System.Windows.UIElement)
Public EventIsHitTestVisibleChangedOccurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsKeyboardFocusedChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsKeyboardFocusWithinChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseCapturedChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsMouseDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusCapturedChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsStylusDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
Public EventIsVisibleChangedOccurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from System.Windows.UIElement)
Public EventKeyDownOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventKeyUpOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventLayoutUpdatedOccurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from System.Windows.UIElement)
Public EventLoadedOccurs when the element is laid out, rendered, and ready for interaction. (Inherited from System.Windows.FrameworkElement)
Public EventLostFocusOccurs when this element loses logical focus. (Inherited from System.Windows.UIElement)
Public EventLostKeyboardFocusOccurs when the keyboard is no longer focused on this element,. (Inherited from System.Windows.UIElement)
Public EventLostMouseCaptureOccurs when this element loses mouse capture. (Inherited from System.Windows.UIElement)
Public EventLostStylusCaptureOccurs when this element loses stylus capture. (Inherited from System.Windows.UIElement)
Public EventLostTouchCaptureOccurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Public EventManipulationBoundaryFeedbackOccurs when the manipulation encounters a boundary. (Inherited from System.Windows.UIElement)
Public EventManipulationCompletedOccurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from System.Windows.UIElement)
Public EventManipulationDeltaOccurs when the input device changes position during a manipulation. (Inherited from System.Windows.UIElement)
Public EventManipulationInertiaStartingOccurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from System.Windows.UIElement)
Public EventManipulationStartedOccurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from System.Windows.UIElement)
Public EventManipulationStartingOccurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Public EventMouseDoubleClickOccurs when a mouse button is clicked two or more times. (Inherited from System.Windows.Controls.Control)
Public EventMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseEnterOccurs when the mouse pointer enters the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeaveOccurs when the mouse pointer leaves the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseMoveOccurs when the mouse pointer moves while over this element. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventMouseUpOccurs when any mouse button is released over this element. (Inherited from System.Windows.UIElement)
Public EventMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
Public EventPreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
Public EventPreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventPreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventPreviewGiveFeedbackOccurs when a drag-and-drop operation is started. (Inherited from System.Windows.UIElement)
Public EventPreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewKeyDownOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewKeyUpOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseDoubleClickOccurs when a user clicks the mouse button two or more times. (Inherited from System.Windows.Controls.Control)
Public EventPreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusMoveOccurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
Public EventPreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventPreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
Public EventQueryCursorOccurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Inherited from System.Windows.UIElement)
Public EventRequestBringIntoViewOccurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from System.Windows.FrameworkElement)
Public EventSelectedItemChangedOccurs when SelectedItem property changes or the user modifies the contents of the editor.  
Public EventSizeChangedOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from System.Windows.FrameworkElement)
Public EventSourceUpdatedOccurs when the source value changes for any existing property binding on this element. (Inherited from System.Windows.FrameworkElement)
Public EventStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusDownOccurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
Public EventStylusEnterOccurs when the stylus enters the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
Public EventStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventStylusLeaveOccurs when the stylus leaves the bounds of the element. (Inherited from System.Windows.UIElement)
Public EventStylusMoveOccurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
Public EventStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
Public EventStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
Public EventStylusUpOccurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
Public EventTargetUpdatedOccurs when the target value changes for any property binding on this element. (Inherited from System.Windows.FrameworkElement)
Public EventTextChangedOccurs when property 'Text' changes (Inherited from Infragistics.Windows.Editors.ValueEditor)
Public EventTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventToolTipClosingOccurs just before any tooltip on the element is closed. (Inherited from System.Windows.FrameworkElement)
Public EventToolTipOpeningOccurs when any tooltip on the element is opened. (Inherited from System.Windows.FrameworkElement)
Public EventTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventTouchEnterOccurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventTouchLeaveOccurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.UIElement)
Public EventTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
Public EventUnloadedOccurs when the element is removed from within an element tree of loaded elements. (Inherited from System.Windows.FrameworkElement)
Public EventValueChangedOccurs when Value property changes or the user modifies the contents of the editor. (Inherited from Infragistics.Windows.Editors.ValueEditor)
See Also