Click or drag to resize
CMSWebPartZone Properties

The CMSWebPartZone type exposes the following members.

Properties
  NameDescription
Public propertyAdjustFreeLayoutToParent
If true, then the size of the free layout is adjusted to match the parent size
Public propertyAlign
Align
Public propertyAllowModifyWebPartCollection
If true, the zone allows adding new web parts
Public propertyCMSEditableControls
Returns the array of the editable controls.
Public propertyConditionalLayout
Conditional layout within which the zone is placed.
Public propertyContainer
Web part container object.
Public propertyContainerAfter
Container to render after the control.
Public propertyContainerBefore
Container to render before the control.
Public propertyContainerClientID
Returns the client ID of the zone container control
Public propertyContainerHideOnCurrentPage
Returns true if the container should be hidden on current page (hide container on subpages in effect).
Public propertyContainerHideOnSubPages
Hide container on sub pages.
Public propertyContainerName
Container name.
Public propertyContainerTitle
Container title.
Public propertyContentAfter
Content after.
Public propertyContentBefore
Content before.
Public propertyContextResolver
Web part zone context resolver.
Public propertyCustomTimeZone
Returns custom time zone info.
Public propertyDisplayToRoles
Display to roles.
Public propertyHasVariants
Indicates whether the zone has any variants.
Public propertyHeaderContainer
Control to which the zone header should be rendered
Public propertyHideOnCurrentPage
Returns true if the control should be hidden on current page (hide control on subpages in effect).
Public propertyHideOnSubPages
Hide on sub pages.
Public propertyChildrenHaveVariants
Returns true if the children components have any variants
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Overrides ControlID.)
Public propertyInstanceGUID
Web part instance GUID.
Public propertyIsEmpty
Returns true if the zone is empty (no web part is visible)
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyIsVariant
Indicates whether this web part is a variant of an existing zone.
Public propertyIsVisible
Returns true if the web part zone is visible.
Public propertyLayoutType
Zone layout type
Public propertyLayoutZone
True if the zone is generated by web part layout.
Public propertyMargin
Margin
Public propertyNotResolveProperties
List of the property names that should not be resolved with macros.
Public propertyPadding
Padding
Public propertyPagePlaceholder
Parent page placeholder.
Public propertyParentHasVariants
Returns true if the parent component has any variants
Public propertyParentWebPart
Parent portal component
Public propertyParentZoneControl
Gets the parent zone control (CMSWebPartZone) if this instance is a zone variant. Otherwise returns null.
Protected propertyPnlZoneVariants
Container for zone variants.
Public propertyPortalManager
Parent portal manager.
Public propertyShortClientID
Returns the short client ID of the web part.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertyShowForDocumentTypes
Show for document types.
Public propertySQLProperties
List of the property names that are used in SQL queries and should avoid SQL injection.
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyTimeZoneType
Returns time zone type.
Public propertyTitleLabel
Gets the zone title label.
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Public propertyUpdatePanel
Update panel of the web part.
Public propertyUseUpdatePanel
Use update panel.
Public propertyViewMode
Page mode of the current zone.
Public propertyWebPartContainer
Web part container control.
Public propertyWebPartManagementRequired
Indicates whether the web part management support is required.
Public propertyWebParts
List of WebParts contained within the zone.
Public propertyWidgetZoneType
Widget zone type.
Public propertyZoneHeight
Height of the web part zone
Public propertyZoneId
Zone Id used mainly in conditional layouts where zone should be shared in multiple layouts.
Public propertyZoneInstance
Web part zone instance object.
Public propertyZoneTitle
Zone title.
Public propertyZoneType
Gets or sets the type of the zone. This value is processed only in the UI pages.
Public propertyZoneWidth
Width of the web part zone
Top
See Also