Gets or sets an associated external globally unique key for the current item. When set to a non-zero value, it is passed to the client side as the read only item.globalKey field accessible from the client code.

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

Syntax

C#
public Guid GlobalKey { get; set; }
Visual Basic (Declaration)
Public Property GlobalKey As Guid

See Also