For a list of all members of this type, see ValueList members.
Name | Description | |
---|---|---|
Appearance | Returns or sets the Appearance object that controls the object's formatting. | |
Appearances | Appearance's collection | |
AutoSuggestHighlightAppearance | Returns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains. | |
AutoSuggestHighlightSelectedAppearance | Returns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains and the item is selected or hot tracked. | |
CheckBoxAlignment | Returns or sets the alignment of the checkbox with respect to the remaining item content, i.e., the text and/or the image. | |
CheckBoxStyle | Returns whether checkboxes appear next to each item in the dropdown list, and whether they support the 'Indeterminate' setting. | |
CheckedItems | Returns a collection which contains the ValueListItem instances whose CheckState property returns 'Checked'. | |
DisplayStyle | Determines what information will be displayed in the drop down and edit area of a cell in a drop down style column, and how the information will be formatted. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
DrawMode | Gets/sets DrawMode used by the dropdown list | |
DropDownListAlignment | Gets/sets the alignment of the dropdown list. Available only at runtime. | |
DropDownListMinWidth | Gets/sets the minimum width of the dropdown list. | |
DropDownListWidth | Gets/sets the width of the dropdownlist | |
DropDownResizeHandleAppearance | Dropdown resize handle appearance. | |
DropDownResizeHandleStyle | Gets/Sets Drop Down Resize Handle Style | |
DropDownResizeHandleStyleResolved | Gets/Sets Drop Down Resize Handle Style | |
FormatFilteredItems | Returns or sets whether the text for the items that appear in the dropdown are formatted to highlight the characters that were typed by the user during an auto-suggest session. | |
FormatProvider | Gets/sets the formatting information that is used when converting a ValueListItem's DataValue into a string when no value is specified for the DisplayText property. | |
FormatString | Gets/sets the format string that is used when converting a ValueListItem's DataValue into a string when no value is specified for the DisplayText property. | |
HasAppearance | True if an appearance object has been allocated | |
HasAutoSuggestHighlightAppearance | True if an appearance object has been allocated | |
HasAutoSuggestHighlightSelectedAppearance | True if an appearance object has been allocated | |
HasDropdownResizeHandleAppearance | True if an appearance object has been allocated | |
IsBound | The base implementation always returns false. The BindableValueList override may return true. | |
ItemHeight | Gets/sets ItemHeight used by the dropdown list | |
ItemMatchingMode | Returns or sets a value indicating the method used to evaluate ValueListItems during searches. | |
ItemMatchingModeOverride | Overrides the ItemMatchingMode on all ValueLists in the application. | |
Key | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
MaxDropDownItems | Gets/sets the maximum number of items that will be displayed in the dropdown. | |
MRUListProvider | The Value List's MRUList provider | |
Owner | The Value List's owner | |
PreferredDropDownSize | The preferred size of the dropdown. | |
ScaleItemImage | Specifies how ValueListItem images will be scaled. The important thing that this property can be used to control is how the height of a value list item is calculated. When this property is set to its default value of OnlyWhenNeeded it always uses the font height and scales down (never up) the image on the value list item. When set to Never it uses the max of the font and the image for the height of the item. When set to always it uses the font height (like OnlyWhenNeeded) except that it scales up as well. | |
SelectedIndex | Gets/sets the index of the currently selected item. Available only at runtime. | |
SelectedItem | Gets/sets the currently selected item. Available only at runtime. | |
SortStyle | Returns or sets a value that determines how valuelistitems will be sorted in a valuelist. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueListItems | Returns a reference to a ValueListItems collection, containing the valustlistitems of a ValueList object. This property is read-only at run-time. |
Name | Description | |
---|---|---|
AlwaysResolveControlImage | Override this and return true if the ValueList wants to honor Control level images for the ValueList items irrespective of the Appstyling | |
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |