Click or drag to resize
UILayoutPanes Property
Collection of panes. Cannot contain more than one pane for one direction (NESW or center).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public List<UILayoutPane> Panes { get; set; }

Property Value

Type: ListUILayoutPane
See Also