dbicExplorerBar Send comments on this topic.
Panel Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerList Class : Panel Property

Determines if the list will act as a panel or container control.

Syntax

Visual Basic (Declaration) 
Public Property Panel As Boolean
C# 
public bool Panel {get; set;}

Property Value

Boolean

Remarks

If set to a value of True, no items for list will be drawn. Instead, a panel object will be placed under the list header, The height of the panel is determined by the PanelHeight property. The panel drawn in the control is a true panel object. Any controls placed in the panel object will become child objects of that panel.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also