This documentation is archived and is not being maintained.

TreeViewImageSet Enumeration

Represents an image set to use in the TreeView control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public enum class TreeViewImageSet

Member nameDescription
CustomA user-defined set of images. This is the default value of the ImageSet.
XPFileExplorerA predefined set of Windows Explorer for Microsoft Windows XP–styled images.
MsdnA predefined set of Microsoft MSDN developer program–styled images.
WindowsHelpA predefined set of Microsoft Windows Help–styled images.
SimpleA predefined set of simple-shaped outline images.
Simple2A predefined set of filled simple-shaped images.
BulletedListA predefined set of diamond-shaped bullet images.
BulletedList2A predefined set of square-shaped bullet images.
BulletedList3A predefined set of sectioned, diamond shaped bullet images.
BulletedList4A predefined set of alternate sectioned, diamond shaped bullet images in sizes that vary by level.
ArrowsA predefined set of arrow images.
NewsA predefined set of newsgroup-styled images.
ContactsA predefined set of MSN Messenger–styled images.
InboxA predefined set of e-mail–styled images.
EventsA predefined set of event log–styled images.
FaqA predefined set of FAQ-styled images.

The TreeViewImageSet enumeration is used to represent the different sets of images that can be displayed in the TreeView control. You can select from a predefined set of images or create your own custom set by setting the ImageSet property to the Custom value. When defining a custom set of images, you should specify an image for each of the properties in the following table. Otherwise, the default image for that property is used.

Property

Description

CollapseImageUrl

The URL to a custom image for the collapsed node indicator.

ExpandImageUrl

The URL to a custom image for the expanded node indicator.

LineImagesFolder

The URL to a folder that contains custom images for lines-connecting nodes.

NoExpandImageUrl

The URL to a custom image for the non-expanding node indicator.

The following code example demonstrates how to use the TreeViewImageSet enumeration to indicate which image set to use in the TreeView control.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: