The MinImageUrl is the url of the image displayed when the contained panel is expanded.

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string MinImageUrl { get; set; }
Visual Basic
Public Property MinImageUrl As String
	Get
	Set

Field Value

A string representing the url of the Min Image

Remarks