Version

FeatureChooserIconDisplayMode Enumeration

Configures how the feature chooser icon should display on header cells - e.g. to display as gear icon or to not show gear icon but on click/tap the header cell to show the feature chooser
Syntax
'Declaration
 
Public Enum FeatureChooserIconDisplayMode 
   Inherits System.Enum
public enum FeatureChooserIconDisplayMode : System.Enum 
Members
MemberDescription
AlwaysAlways show it in any environment. Chooser is shown when tapping the gear icon or column header
DesktopOnlyAlways show the icon on desktop but hide when touch device detected
NoneAlways hide the feature chooser icon; The feature chooser is shown on tapping/clicking the column header
Requirements

Target Platforms: Windows 8.1, 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

View on GitHub