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.v24.2.dll
Declaration
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.
See Also