Gets and Sets the Expansion Depth for the Control

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

Syntax

C#
public int ExpandDepth { get; set; }
Visual Basic
Public Property ExpandDepth As Integer
	Get
	Set

Return Value

An Integer

See Also