Gets or sets the drill down manager.

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DrilldownManager DrillDownManager { get; set; }
Visual Basic
Public Property DrillDownManager As DrilldownManager
	Get
	Set
JScript
function get DrillDownManager () : DrilldownManager
function set DrillDownManager (value : DrilldownManager)

See Also