Version

Search Results

AfterEditorButtonCheckStateChanged Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.EditorButtonEventArgs containing data related to this event. The following EditorButtonEventArgs properties provide information specific to this event.Property Description Button Context

AfterEditorButtonCloseUp Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.EditorButtonEventArgs containing data related to this event. The following EditorButtonEventArgs properties provide information specific to this event.Property Description Button Context

AutoCompleteIgnoreDiacritics Property

Gets or sets whether diacritics are honored or ignored during an autocomplete operation. Syntax

AutoCompleteMode Property

Gets/sets the mode for automatic completion of text typed in the edit portion. Syntax Remarks Note: This property replaces the AutoComplete property, which is now obsolete. Setting the AutoCompleteMode property to Append is the functional equivalent of setting AutoComplete to true. Prior to the addition of the Aut...

AutoCompleteModeResolved Property

Returns the resolved value of the AutoCompleteMode property. Syntax Remarks In the absence of an explicit setting, the AutoCompleteMode property resolves to None.

AutoSuggestFilterMode Property

Gets/sets a value which determines the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to Suggest or SuggestAppend. Syntax Remarks When the AutoSuggestFilterMode property is set to Contains, the AutoCompleteMode setting of SuggestAppend resolves...

AutoSuggestFilterModeResolved Property

Returns the resolved value of the AutoSuggestFilterMode property. Syntax Remarks In the absence of an explicit setting, the AutoSuggestFilterMode property resolves to StartsWith.