Gets or sets a presentation target to be used to initialize the default values of some of the appearance properties of the control; it is set to Standard by default.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual PresentationTarget Target { get; set; }
Visual Basic (Declaration)
Public Overridable Property Target As PresentationTarget

See Also