StorageStrategy.GetControlUniqueName(ASPxWebControlBase) Method
Returns the specified control’s unique name within a web site.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | ASPxWebControlBase | An ASPxWebControlBase descendant specifying the required web control. |
Returns
Type | Description |
---|---|
String | A string value representing the unique name of the specified control. |
Remarks
Use the GetControlUniqueName method to obtain the unique name of the specified web control. This name contains the name of the web page holding the control and the control’s name, specified by the UniqueId property.
See Also