RenderHelper.GetPostBackEventReference(String, String) Method
In This Article
OBSOLETE
This member is not used anymore.
For internal use.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
[Obsolete("This member is not used anymore.")]
public static string GetPostBackEventReference(
string controlClientId,
string argument
)
#Parameters
Name | Type |
---|---|
control |
String |
argument | String |
#Returns
Type |
---|
String |
See Also