Collection of WebSplitterPanels.

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

Syntax

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

Inheritance Hierarchy

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

See Also