Gets or sets an identifier to be applied as id attribute of the client side component container (div element).

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public virtual string ClientID { get; set; }
Visual Basic (Declaration)
Public Overridable Property ClientID As String

See Also