TreeNodeStyle.ImageUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the URL to an image that is displayed next to the node.
public:
property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
public string ImageUrl { get; set; }
member this.ImageUrl : string with get, set
Public Property ImageUrl As String
Property Value
The URL to a custom image that is displayed next to the node. The default is an empty string (""), which indicates that the ImageUrl property is not set.
Exceptions
The selected value is null
.
Remarks
Use the ImageUrl property to specify a custom image for style. This image is displayed next to the node, and it can be in any image-file format (such as .jpg, .gif, .bmp, and so on), as long as the client browser supports that format.
If both the ImageUrl and ImageUrl properties are set, the image that is displayed is the one that is specified by the ImageUrl property.
The value of this property is stored in view state.