Click or drag to resize
UILayoutHelperSetLayoutWidth Method
Sets UI layout given width for given unique key.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void SetLayoutWidth(
	string key,
	int width
)

Parameters

key
Type: SystemString
width
Type: SystemInt32
See Also