Version

IsItemIconVisibleInHeader Property

Gets or sets the value which indicates whether the selected item's icon should show before in the description area header text.
Syntax
'Declaration
 
Public Property IsItemIconVisibleInHeader As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean IsItemIconVisibleInHeader {get; set;}

Property Value

True if the selected item's image should display before the header text in the description area; False otherwise.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not defined in the Infragistics.Win.DefaultableBoolean enumaration.
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