DockZoneStyles.PanelPlaceholder Property
In This Article
Gets the style settings defining an appearance of a zone section where a panel can be docked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceSelectedStyle PanelPlaceholder { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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.
See Also