ControlResolveEventArgs.ControlID Property
Gets the ID value of a control that should be resolved.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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