The MaxImageUrl is the url of the image displayed when the contained panel is collapsed.

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

Syntax

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

Field Value

A string representing the url of the Max Image

Remarks