Back to Devexpress

Panel Visual Elements

aspnetmvc-11470-components-docking-and-popups-docking-panel-visual-elements.md

latest3.3 KB
Original Source

Panel Visual Elements

  • Feb 02, 2023

A dock panel is a content placeholder, which can be moved and placed at any part of a page or can be docked to zones within a web page.

A panel may visually consist of the header, content region and footer sections.

The table below lists the main members that affect element appearance and functionality.

CharacteristicsMembers
AnimationPopupControlSettingsBase.EnableCallbackAnimation (via DockPanelSettings .EnableAnimation )
Dragging AbilityPopupControlSettingsBase.AllowDragging (via DockPanelSettings .AllowDragging )
Drag ElementPopupControlSettingsBase.DragElement (via DockPanelSettings .DragElement )
Resizing AbilityPopupControlSettingsBase.AllowResize (via DockPanelSettings .AllowResize )
Size ConstraintsPopupControlSettingsBase.MinHeight, PopupControlSettingsBase.MaxHeight, PopupControlSettingsBase.MinWidth, PopupControlSettingsBase.MaxWidth (via DockPanelSettings .PropertyName )
Scroll BarsPopupControlSettingsBase.ScrollBars (via DockPanelSettings .ScrollBars )
Allowed StateDockPanelSettings.AllowedDockState

Topics in this section: