Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
XamMaskedInput Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : XamMaskedInput Class


The following tables list the members exposed by XamMaskedInput.

Public Constructors

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AutoFillDatePropertyIdentifies the XamMaskedInput.AutoFillDate dependency property.  
public Fieldstatic (Shared in Visual Basic)ClipModePropertyIdentifies the ClipMode dependency property  
public Fieldstatic (Shared in Visual Basic)DataModePropertyIdentifies the DataMode dependency property  
public Fieldstatic (Shared in Visual Basic)DisplayModePropertyIdentifies the DisplayMode dependency property  
public Fieldstatic (Shared in Visual Basic)InsertModePropertyIdentifies the InsertMode dependency property.  
public Fieldstatic (Shared in Visual Basic)MaskPropertyIdentifies the XamMaskedInput.Mask dependency property.  
public Fieldstatic (Shared in Visual Basic)PadCharPropertyIdentifies the PadChar dependency property  
public Fieldstatic (Shared in Visual Basic)PromptCharPropertyIdentifies the PromptChar dependency property  
public Fieldstatic (Shared in Visual Basic)SectionsPropertyIdentifies the Read-Only XamMaskedInput.Sections dependency property  
public Fieldstatic (Shared in Visual Basic)SectionTabNavigationPropertyIdentifies the XamMaskedInput.SectionTabNavigation dependency property  
public Fieldstatic (Shared in Visual Basic)SelectAllBehaviorPropertyIdentifies the XamMaskedInput.SelectAllBehavior dependency property  
public Fieldstatic (Shared in Visual Basic)SpinButtonDisplayModePropertyIdentifies the XamMaskedInput.SpinButtonDisplayMode dependency property  
public Fieldstatic (Shared in Visual Basic)SpinButtonStylePropertyIdentifies the SpinButtonStyle dependency property.  
public Fieldstatic (Shared in Visual Basic)SpinButtonVisibilityResolvedPropertyIdentifies the read-only SpinButtonVisibilityResolved dependency property.  
public Fieldstatic (Shared in Visual Basic)SpinIncrementPropertyIdentifies the SpinIncrement dependency property.  
public Fieldstatic (Shared in Visual Basic)SpinWrapPropertyIdentifies the SpinWrap dependency property.  
public Fieldstatic (Shared in Visual Basic)TrimFractionalZerosPropertyIdentifies the TrimFractionalZeros dependency property  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyAllowShiftingAcrossSectionsSpecifies whether to shift characters across section boundaries when deleting characters. Default value is True.  
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.Controls.Editors.ValueInput)
public PropertyAlwaysValidateResolvedRead-only. Gets the resolved value of the ValueInput.AlwaysValidate property. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyAutoFillDateSpecifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None.  
public PropertyBackground (Inherited from System.Windows.Controls.Control)
public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyClipMode Returns or sets a value that determines how the control's contents will be copied to the clipboard when data masking is in enabled.  
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDataMode Returns or sets a value that determines how the control's contents will be stored by the data source when data masking is enabled.  
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayChars A collection of the display characters used in the control. Returns a valid collection only if the mask has been parsed yet.  
public PropertyDisplayMode Returns or sets a value that determines how the control's contents will be displayed when the control is not in edit mode and data masking is enabled.  
public PropertyDisplayText Returns the display text. Note that display text is only used when the editor is not in edit mode. (Inherited from Infragistics.Controls.Editors.TextInputBase)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
public PropertyFontSize (Inherited from System.Windows.Controls.Control)
public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
public PropertyForeground (Inherited from System.Windows.Controls.Control)
public PropertyFormat Specifies format used for converting between value and text. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyFormatProvider Specifies format provider used for converting between value and text. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyHasValueChanged Determines if the content has changed while in edit mode (read-only). (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyInsertMode Returns or sets the editing mode (insert or overstrike).  
public PropertyInvalidValueBehavior Specifies what action to take when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyInvalidValueErrorInfo If the editor's value is invalid, returns error information regarding why it's invalid. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyIsKeyboardFocusWithin Indicates whether the editor has keyboard focus. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyIsMouseOver Returns a value indicating whether the mouse is over the editor. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyIsReadOnlySpecifies whether the user is allowed to modify the value in the editor. Default value is false. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
public PropertyIsValueValid Specifies whether the current value of the editor is valid. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyMargin (Inherited from System.Windows.FrameworkElement)
public PropertyMask Returns or sets the mask associated with the masked edit control.  
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyNullText The 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.Controls.Editors.TextInputBase)
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyOriginalValue Gets the original value while in edit mode (read-only) (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyPadChar Returns or sets the character that will be used as the pad character. Default is space character (' ').  
public PropertyPadding (Inherited from System.Windows.Controls.Control)
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyPromptChar Returns or sets the prompt character. The default prompt character is the underscore (_).  
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertySections A collection of the sections used in the control. Returns a valid collection only if the mask has been parsed yet.  
public PropertySectionTabNavigationSpecifies whether to tab between sections when Tab and Shift+Tab keys are pressed. The default value is NextControl.  
public PropertySelectAllBehaviorSpecifies whether to select only the entered characters or all the characters (including prompt characters) when the editor performs the operation of select all text. The default value of the property is SelectAllCharacters.  
public PropertySelectedText Gets or sets the selected text.  
public PropertySelectionLength Gets/sets the length of the selected text. If nothing is selected then returns 0.  
public PropertySelectionStart Indicates the start location of the selected text. If no text is selected, this property indicates the location of the caret.  
public PropertySpinButtonDisplayModeSpecifies if and when to display spin buttons which are used to increment or decrement the editor value. Default value is Never.  
public PropertySpinButtonStyle Used for setting the Style of the spin buttons which are instances of RepeatButton class. Default value is null.  
public PropertySpinButtonVisibilityResolved Returns the value indicating whether the spin buttons should be displayed.  
public PropertySpinIncrement Specifies the amount by which to increase or decrease the value of the editor when up or down spin button is clicked.  
public PropertySpinWrapReturns or sets a value indicating whether the control's spin buttons should wrap its value. Default value is False.  
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTemplate (Inherited from System.Windows.Controls.Control)
public PropertyText Gets or sets the value of the editor as text. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyTextLength Indicates the total length of the text in the control when in edit mode.  
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyTrimFractionalZerosSpecifies whether to trim insignificant zero's in fraction part of numeric masks. Default value is False.  
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyValue Gets or sets the value of the editor. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueConstraintGets or sets the constraints for editor input. Default value is null. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueToDisplayTextConverter Specifies the converter used for converting between display text and value. (Inherited from Infragistics.Controls.Editors.TextInputBase)
public PropertyValueToDisplayTextConverterResolved Resolved converter used for converting editor value to editor display text. (Inherited from Infragistics.Controls.Editors.TextInputBase)
public PropertyValueToTextConverter Specifies the converter used for converting between text and value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueToTextConverterResolved Resolved converter used for converting editor value to editor text. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueType Gets or sets the type of values that this editor manipulates. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueTypeName Gets or sets the name of the type of values that this editor manipulates. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyValueTypeResolved Gets the resolved value type. (Inherited from Infragistics.Controls.Editors.ValueInput)
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

 NameDescription
protected PropertyDefaultStyleKey (Inherited from System.Windows.Controls.Control)
protected PropertyDefaultValueToDisplayTextConverterOverridden.  Overridden. Returns the default converter used for converting between the value and the text.  
protected PropertyDefaultValueToTextConverterOverridden.  Overridden. Returns the default converter used for converting between the value and the text.  
protected PropertyDefaultValueTypeOverridden. Returns the default value type of the editor. When the System.ValueType property is not set, this is the type that the ValueInput.ValueTypeResolved will return.  
protected PropertyFocusSite Returns the element that is to revieve keyboard focus when the editor is focused. (Inherited from Infragistics.Controls.Editors.ValueInput)
Top

Public Methods

 NameDescription
public MethodAddHandler (Inherited from System.Windows.UIElement)
public Methodstatic (Shared in Visual Basic)ApplyMask Applies the specified mask to the specified text and returns the result.  
public MethodApplyTemplate (Inherited from System.Windows.Controls.Control)
public MethodArrange (Inherited from System.Windows.UIElement)
public Methodstatic (Shared in Visual Basic)CalcDefaultCurrencyMask Calculates the default mask for currency based on the cultureInfo.  
public Methodstatic (Shared in Visual Basic)CalcDefaultDateMaskOverloaded.  Calculates the default mask for date based on the specified format provider.  
public Methodstatic (Shared in Visual Basic)CalcDefaultDoubleMask Calculates the default mask for double mask based on the CultureInfo  
public Methodstatic (Shared in Visual Basic)CalcDefaultLongTimeMask Calculates the default mask for long time based on the specified format provider.  
public Methodstatic (Shared in Visual Basic)CalcDefaultTimeMask Calculates the default mask for time based on the specified format provider.  
public MethodCanEditTypeOverridden.  Overridden. Determines if the editor natively supports editing values of specified type.  
public MethodCanRenderTypeOverridden.  Overridden. Determines if the editor natively supports displaying of values of specified type.  
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodConvertTextToValueConverts the specified text to the value type using the ValueInput.ValueToTextConverterResolved. This method is typically called to convert the text modified by the user back to the ValueType. (Inherited from Infragistics.Controls.Editors.ValueInput)
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.Controls.Editors.TextInputBase)
public MethodConvertValueToTextConverts the specified value to text using the ValueInput.ValueToTextConverterResolved. This method is used to display the value of the editor when the editor is in edit mode. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodCopy Performs a Copy edit operation on the currently selected text, placing it on the clipboard.  
public MethodCut Performs a Cut edit operation on the currently selected text, removing it from the control and placing it on the clipboard.  
public MethodDelete Deletes currently selected text if possible and shifts characters accordingly.  
public MethodExecuteCommandExecutes the command associated with the specified Infragistics.Controls.Editors.Primitives.MaskedInputCommandId value.  
public MethodFindName (Inherited from System.Windows.FrameworkElement)
public MethodFocus (Inherited from System.Windows.Controls.Control)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
public Methodstatic (Shared in Visual Basic)GetDefaultMaskForType Returns the default mask that will be used for the specified data type by the MaskedInput and derived editors for the specified data type.  
public MethodGetText Returns the current text of the editor based on the specified mask mode.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodIsExtentBasedOnValue Indicates whether the desired width or the height of the editor is based on the value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodOnApplyTemplate (Inherited from System.Windows.FrameworkElement)
public MethodPaste Performs a Paste edit operation.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)RegisterDefaultMaskForType Changes the default mask used by the MaskedInput for the specified data type.  
public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
public MethodRemoveHandler (Inherited from System.Windows.UIElement)
public Methodstatic (Shared in Visual Basic)ResetDefaultMaskForType Resets the default mask for the specified data type to the default value.  
public MethodResetFormatResets the Format property to its default value of null. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodResetFormatProviderResets the FormatProvider property to its default value of null. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodResetIsReadOnlyResets the IsReadOnly property to its default value of false. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodResetValueConstraintResets the ValueConstraint property to its default value of null. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodResetValueType Resets the ValueType property to its default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodSelectAll Selects all the text in the control.  
public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodShouldSerializeFormat Returns true if the Format property is set to a non-default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodShouldSerializeFormatProvider Returns true if the FormatProvider property is set to a non-default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodShouldSerializeIsReadOnly Returns true if the IsReadOnly property is set to a non-default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodShouldSerializeValueConstraint Returns true if the ValueConstraint property is set to a non-default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public MethodShouldSerializeValueType Returns true if the ValueType property is set to a non-default value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public Methodstatic (Shared in Visual Basic)SupportsDataType Returns true if the data type is supported by the XamMaskedInput, false otherwise.  
public MethodToggleInsertMode Toggles between insert and overstrike mode.  
public MethodTransformToVisual (Inherited from System.Windows.UIElement)
public MethodUpdateLayout (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.  
Top

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodDoInitializationOverridden.  Overridden. Called 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.  
protected MethodGetFocusSiteOverridden.  Gets the focus site of the editor.  
protected MethodGetTemplateChild (Inherited from System.Windows.Controls.Control)
protected MethodInitializeOriginalValueFromValueCalled when starting edit mode to copy the Content propety value into the ValueInput.OriginalValue property. (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnCoerceTextOverridden. Overridden. Called from the Text property's CoerceValue handler.  
protected MethodOnCreateAutomationPeerOverridden. Returns an automation peer that exposes the Infragistics.Controls.Editors.XamMaskedInput to UI Automation.  
protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
protected MethodOnFocusSiteChangedOverridden.  Overridden. Called when the focus site changes.  
protected MethodOnGotFocus (Inherited from System.Windows.Controls.Control)
protected MethodOnIsReadOnlyChangedCalled when the ValueInput.IsReadOnly property has been changed (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodOnKeyDown (Inherited from System.Windows.Controls.Control)
protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
protected MethodOnLostFocus (Inherited from System.Windows.Controls.Control)
protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeftButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
protected MethodOnTextChanged (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
protected MethodOnValueChanged (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodOnValueTypeResolvedChangedOverridden.  Overridden. Called when the ValueTypeResolved property changes.  
protected MethodRaiseValidationErrorRaises ValueInput.ValidationError event. (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodRevertValueBackToOriginalValue Called when ending edit mode and not accepting the changes. (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodSetVisualState Called to set the VisualStates of the editor (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodUpdateVisualStatesOverloaded.  Called to set the visual states of the control (Inherited from Infragistics.Controls.Editors.ValueInput)
protected MethodValidateFocusSite Validates the focus site. Returns true if the focus site is acceptable. (Inherited from Infragistics.Controls.Editors.ValueInput)
Top

Public Events

 NameDescription
public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
public EventDragEnter (Inherited from System.Windows.UIElement)
public EventDragLeave (Inherited from System.Windows.UIElement)
public EventDragOver (Inherited from System.Windows.UIElement)
public EventDrop (Inherited from System.Windows.UIElement)
public EventGotFocus (Inherited from System.Windows.UIElement)
public EventInvalidChar Occurs when the user types a character that fails mask validation.  
public EventIsEnabledChanged (Inherited from System.Windows.Controls.Control)
public EventKeyDown (Inherited from System.Windows.UIElement)
public EventKeyUp (Inherited from System.Windows.UIElement)
public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
public EventLoaded (Inherited from System.Windows.FrameworkElement)
public EventLostFocus (Inherited from System.Windows.UIElement)
public EventLostMouseCapture (Inherited from System.Windows.UIElement)
public EventMouseEnter (Inherited from System.Windows.UIElement)
public EventMouseLeave (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
public EventMouseMove (Inherited from System.Windows.UIElement)
public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
public EventMouseWheel (Inherited from System.Windows.UIElement)
public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
public EventTextChanged Occurs when property 'Text' changes (Inherited from Infragistics.Controls.Editors.ValueInput)
public EventTextInput (Inherited from System.Windows.UIElement)
public EventTextInputStart (Inherited from System.Windows.UIElement)
public EventTextInputUpdate (Inherited from System.Windows.UIElement)
public EventUnloaded (Inherited from System.Windows.FrameworkElement)
public EventValidationError Occurs when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Controls.Editors.ValueInput)
public EventValueChanged Occurs when Value property changes or the user modifies the contents of the editor. (Inherited from Infragistics.Controls.Editors.ValueInput)
Top

See Also