WebPropertyEditor.SetControlId(String) Method
Sets the specified id for the Property Editor’s control.
Namespace: DevExpress.ExpressApp.Web.Editors
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string that is control id. |
Returns
Type | Description |
---|---|
String | A string that is the modified control id. |
Remarks
This method is intended to internal use. Generally, you don’t need to use it.
See Also