Version

DropDownProps Enumeration

An enumeration of all the properties that the WebDropDown will send to the client. This should only be used when a control dervies from the WebDropDown and needs to send down additional properties.
Syntax
'Declaration
 
Public Enum DropDownProps 
   Inherits System.Enum
public enum DropDownProps : System.Enum 
Members
MemberDescription
ActiveItemIndex 
AutoFilterQueryTypeRepresents the AutoFilterQueryType property.
AutoFilterResultSizeRepresents the AutoFilterResultSize property.
AutoFilterSortOrderRepresents the AutoFilterSortOrder property.
AutoFilterTimeoutMs 
AutoSelectOnMatch 
CloseDropDownOnSelectRepresents the CloseDropDownOnSelect property.
Count 
CurrentValueRepresents the CurrentValue property.
DisplayModeRepresents the DisplayMode property.
DropDownAnimationDuration 
DropDownAnimationType 
DropDownContainerHeightRepresents the DropDownContainerHeight property.
DropDownContainerWidthRepresents the DropDownContainerWidth property.
DropDownIsChild 
DropDownOrientation 
DropDownValueDisplayTypeRepresents the DropDownValueDisplayType property.
EditorID 
EnableAnimations 
EnableAutoCompleteFirstMatchRepresents the EnableAutoCompleteFirstMatch property.
EnableAutoFilteringRepresents the EnableAutoFiltering property.
EnableCachingOnClient 
EnableCaseSensitivityRepresents the EnableCaseSensitivity property.
EnableClientRenderingRepresents the EnableClientRendering property.
EnableClosingDropDownOnBlur 
EnableCustomValues 
EnableCustomValueSelectionRepresents the EnableCustomValueSelection property.
Enabled 
EnableDropDownAutoWidth 
EnableDropDownOpenOnClick 
EnableLoadOnDemandRepresents the EnableLoadOnDemand property.
EnableMarkingMatchedText 
EnableMultipleSelectionRepresents the EnableMultipleSelection property.
EnablePagingRepresents the EnablePaging property.
KeepFocusOnSelection 
LastPageIndex 
LoadingItemsMessageText 
LoadItemsText 
MultipleSelectionType 
MultiSelectValueDelimiterRepresents the MultiSelectValueDelimiter property.
NullText 
OffsetXRepresents the OffsetX property.
OffsetYRepresents the OffsetY property.
PagerMode 
PageSizeRepresents the PageSize property.
PersistCustomValuesRepresents the PersistCustomValues property.
SelectedItemIndexRepresents the SelectedItemIndex property.
SelectedItemIndicesRepresents the SelectedItemIndices property.
ShouldFireMultipleSelect 
ShowDropDownButtonRepresents the ShowDropDownButton property.
ValueListMaxHeightRepresents the ValueListMaxHeight property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also