Back to Devexpress

DockZoneStyles.PanelPlaceholder Property

aspnet-devexpress-dot-web-dot-dockzonestyles-bae802d3.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceSelectedStyle PanelPlaceholder { get; }
vb
Public ReadOnly Property PanelPlaceholder As AppearanceSelectedStyle

Property Value

TypeDescription
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.

See Also

DockingAllowedStyle

DockingForbiddenStyle

ASPxDockZone

DockZoneStyles Class

DockZoneStyles Members

DevExpress.Web Namespace