Skip to main content
A newer version of this page is available. .
Tab

DockZoneStyles.PanelPlaceholder Property

Gets the style settings defining an appearance of a zone section where a panel can be docked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public AppearanceSelectedStyle PanelPlaceholder { get; }

Property Value

Type Description
AppearanceSelectedStyle

An AppearanceSelectedStyle object that contains the style settings.

Remarks

When you drag a panel, zones can be highlighted to show which of them are allowed or disallowed for docking. Use the DockZoneStyles.DockingAllowedStyle and DockZoneStyles.DockingForbiddenStyle properties to specify the zone’s appearance, when it is allowed andor disallowed for docking, respectively.

You can specify an appearance of a zone section where the panel can be docked, via the PanelPlaceholder property.

Docking_PanelPlaceholder

See Also