Skip to main content
A newer version of this page is available. .

WebPropertyEditor.SetControlId(String) Method

Sets the specified id for the Property Editor’s control.

Namespace: DevExpress.ExpressApp.Web.Editors

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public string SetControlId(
    string id
)

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