Gets or sets an associated external numeric key for the current item.
When set to a non-zero value, it is passed to the client side as the read only item.key field accessible from the client code.
Namespace:
DlhSoft.Web.UI.WebControls.PertAssembly: DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)
Syntax
C# |
---|
public int Key { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Key As Integer |