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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string ContentIgnoreSelector { get; set; }
Property Value
Type:
StringSee Also