Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebPropertyEditor.SetControlId(String) Method

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

Namespace: DevExpress.ExpressApp.Web.Editors

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

NuGet Package: DevExpress.ExpressApp.Web

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