UILayoutHelperSetLayoutWidth Method |
Sets UI layout given width for given unique key.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static void SetLayoutWidth(
string key,
int width
)
Parameters
- key
- Type: SystemString
- width
- Type: SystemInt32
See Also