Click or drag to resize
UILayoutValue Constructor
Default constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public UILayoutValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Identifying key.
value
Type: SystemObject
Value related to the key.
See Also