Skip to main content
Tab

TemplateContainerBase.ClientID Property

Gets the template container’s client identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ClientID { get; }

Property Value

Type Description
String

A string value representing the template container’s client identifier.

See Also