Skip to main content
Tab

ControlResolveEventArgs.ControlID Property

Gets the ID value of a control that should be resolved.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string ControlID { get; }

#Property Value

Type Description
String

A string value representing the programmatic identifier of the required conrol.

#Remarks

Use the ControlID property to identify the control to resolve. When you find the required control within the page, you assign it to the ControlResolveEventArgs.ResolvedControl property.

See Also