Collection of WebLayoutLitePanels.

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

Syntax

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

Inheritance Hierarchy

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

See Also