ASP.NET Pack Programmer's Guide
DropDownItem.ImageUrl Property
See Also
 





Gets or sets the URL of the image displayed by this item.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string ImageUrl { get; set; }

Visual Basic  Copy Code

Public Property ImageUrl As String

 Property Value

Type: String
A string specifying the URL of an image to be used. Default value is empty string ("").

 See Also

DropDownItem Members
DropDownItem Class
MindFusion.UI.WebForms Namespace