Click or drag to resize
UILayoutValue Class
Class representing key-value. Used for initializing properties of control loaded by UILayoutPane.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsUILayoutValue

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class UILayoutValue

The UILayoutValue type exposes the following members.

Constructors
  NameDescription
Public methodUILayoutValue
Default constructor.
Top
Properties
  NameDescription
Public propertyKey
Identifying key.
Public propertyValue
Value related to the key.
Top
See Also