Click or drag to resize
UILayoutPaneControlPath Property
Allows to get or set a relative path to custom control (e.g. ~/Controls/Control.ascx). This control will be displayed instead of UILayoutPane's template. (It has higher priority.)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string ControlPath { get; set; }

Property Value

Type: String
See Also