Version

ValueListDisplayStyle Enumeration

style for specifying what property of a value list item will be displayed in each item of the DropDown list This applies to value list items collection associated with each value list for various drop down column styles.
Syntax
'Declaration
 
Public Enum ValueListDisplayStyle 
   Inherits System.Enum
public enum ValueListDisplayStyle : System.Enum 
Members
MemberDescription
DataValuetext associated with the data value is display in the drop down list
DataValueAndPicturetext associated with the data value and also picture that a value list item's appearance object is assigned to will be displayed
Defaultdefault value list display style
DisplayTextdisplay text value assigned to the value list item will be displayed in each item of the drop down list
DisplayTextAndPicturedisplay text and also picture that a value list item's appearance object is assigned to will be displayed
Pictureonly the picture will be displayed in each item of the drop down list
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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