Collection of WebLayoutPanels.

Namespace:  ZettaCube.ZeeControls
Assembly:  ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)

Syntax

C#
public class WebLayoutPanelCollection : ChildPanelCollection<WebLayoutPanel>
Visual Basic (Declaration)
Public Class WebLayoutPanelCollection _
	Inherits ChildPanelCollection(Of WebLayoutPanel)

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    IndexableCollectionBase
      InnerPropertyCollection<(Of <(WebLayoutPanel>)>)
        ChildPanelCollection<(Of <(WebLayoutPanel>)>)
          ZettaCube.ZeeControls..::.WebLayoutPanelCollection

See Also