Click or drag to resize
UILayoutHelperGetLayoutWidth Method
Gets UI layout 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 Nullable<int> GetLayoutWidth(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: NullableInt32
See Also