Returns true if the key is a valid input key for this control Syntax Parameters keyData The key to test.
Returns a boolean indicating whether the current value of the Text property is equal to the DisplayText of an item in the Items collection. Syntax Return Value A boolean indicating whether the controls Text property is a value in the controls ValueList Remarks When the EditorValueSource property is set such that t...
IsItemInList method Syntax Parameters displayText The text to be tested Return Value A boolean indicating whether the specified text is a value in the controls ValueList Example A LimitToList property, an ItemNotInList event, and overloaded IsItemInList methods provide convenient and flexible validation strategies...
Returns a boolean indicating whether the current value of the Text property is equal to the DisplayText of an item in the Items collection. Overload List
Returns or sets the Infragistics.Win.AppearanceBase object that controls formatting of the items in the controls dropdown list. Syntax Example This example sets the various appearances of the UltraWinEditors controls so that they have a light blue gradient background, and a dark blue foreground.
Fired before the Validating event of the control whenever the text value entered into the editor portion of the control is not a value in the control’s valuelist. Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.ValidationErrorEventArgs containing data related to th...
(Read-only) Returns the controls ValueListItems collection, which represents the items in the dropdown list. Syntax Remarks The Items collection is a collection of type Infragistics.Win.ValueListItemsCollection. The items in the list portion of the control are objects of type Infragistics.Win.ValueListItem. A Valu...
Gets or sets the number of milliseconds allowed to elapse before the keyboard search is reset. Syntax
Gets/sets a value indicating whether the control will retain focus upon validation whenever the entered value is not a value in the controls ValueList Syntax Remarks An ItemNotInList event will fire before the Validating event of the control whenever the text value entered into the editor portion of the control is...