Version

Search Results

Editor Buttons

Editor Buttons The EditorWithMask and EditorWithText, which are the base classes for all mask and text based editors, expose two button collection properties (ButtonsLeft and ButtonsRight). These collections can be used to add one or more custom buttons to the left or right of the edit area of these editors. The b...

Editor Controls Classification

Editor Controls Classification Infragistics Editor Controls fall into a few basic categories namely TextEditorControlBase, UltraWinEditorMaskedControlBase and UltraFormattedTextEditor. The following is the list of controls that fall under each of these categories. TextEditorControlBase UltraComboEditor UltraTimeZo...

Embedding Editors

Embedding Editors Introduction The topics in this group explain embedding and modifying editor controls in a grid. Topics Topic Purpose Modifying the Settings of WinGrid’s Editor This topic provides an overview on how to modify the properties of the embedded editors from the grid. Using WinEditors in the DataGridV...

Hiding the Drop-Down Button

Hiding the Drop-Down Button This topic applies to the following WinEditor™ controls. WinCalculatorDropDown™ WinColorPicker™ WinComboEditor™ WinDateTimeEditor™ WinFontNameEditor™ WinTimeZoneEditor™ DropDownButtonDisplayStyle property makes it possible to prevent the Drop-down button from appearing in the element. T...

Limiting the Number of Input Characters

Limiting the Number of Input Characters This topic applies to the following WinEditor™ controls: WinDateTimeEditor™ WinNumericEditor™ WinCurrencyEditor™ In many applications, the user should be limited to inputting certain characters within an editor. The WinDateTimeEditor, WinNumericEditor and WinCurrencyEditor p...

Limiting the Number of Items Added to the MRU List

Limiting the Number of Items Added to the MRU List This topic applies to the following WinEditor™ controls: WinComboEditor™ WinFontNameEditor™ An MRU list is a Most Recently Used list. What this means is that the element will move the most recently selected items to the top of the drop-down. For example the font d...

Modifying the Drop-Down List and Appearance

Modifying the Drop-Down List and Appearance This topic applies to the following WinEditor™ controls: WinComboEditor™ WinFontNameEditor™ WinComboEditor’s SelectedItem property is of type ValueListItem. A ValueListItem object exposes 2 properties that relate to its value: the DataValue property and the DisplayText p...

Modifying the Settings of WinGrid’s Editor

Modifying the Settings of WinGrid’s Editor This topic applies to all WinEditor™ controls The WinGrid™ uses embeddable editors that are dedicated versions of the stand-alone elements found in the WinEditor controls. You can access the underlying editor through the WinGrid’s Column object, and use it to modify any o...

Preventing Drop-Down Menu from Displaying

Preventing Drop-Down Menu from Displaying This topic applies to the following WinEditor™ controls: WinComboEditor™ WinDateTimeEditor™ WinFontNameEditor™ WinCheckEditor™ In certain situations you may only want to allow users to change values in the drop-downs using the arrow keys and not allow the drop-down portion...

WinEditors Resource Strings Reference

WinEditors Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are used ...