Represents a collection of ColumnStyle objects in the NodeTable. This class cannot be inherited.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public sealed class ColumnStyleCollection : CollectionBase
Visual Basic (Declaration)
Public NotInheritable Class ColumnStyleCollection _
	Inherits CollectionBase
Visual C++
public ref class ColumnStyleCollection sealed : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    AltaVim.WinForms..::.ColumnStyleCollection

See Also