Version

DisplayStyle Property (ValueList)

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.
Syntax
'Declaration
 
Public Overridable Property DisplayStyle As ValueListDisplayStyle
public virtual ValueListDisplayStyle DisplayStyle {get; set;}
Remarks

If ValueListDisplayStyle is set to any of the settings that make use of a picture, the picture will be resolved using:

  • The Picture property of the Appearance object of the ValueListItem object whose value matches the value for that cell.
  • The Picture property of the Appearance object of the ValueList object.

If no ValueListItem object in the ValueList matches the cell's value, or if a ValueListItem is matched to the cell's value, but its Picture property is not set, then the Picture property of the ValueList's Appearance object will be used. If the Picture property of the ValueList's Appearance object is not set, no picture will be used.

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