Click or drag to resize
UILayoutPaneContentIgnoreSelector Property
Selector string for INNER divs/elements. These elements will be 'ignored' when calculations are done to auto-size the content element. This may be necessary if there are elements inside the pane that are absolutely-positioned and intended to 'overlay' other elements.

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

Property Value

Type: String
See Also