Click or drag to resize

ContextMenuViewCollection Class

Represents a collection of views that specified button supports.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListString
    Dynamicweb.ControlsContextMenuViewCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[TypeConverterAttribute(typeof(ContextMenuViewCollectionConverter))]
public class ContextMenuViewCollection : List<string>

The ContextMenuViewCollection type exposes the following members.

Constructors
  NameDescription
Public methodContextMenuViewCollection
Initializes new instance of an object.
Public methodContextMenuViewCollection(IEnumerable)
Initializes new instance of an object.
Public methodContextMenuViewCollection(String)
Initializes new instance of an object.
Top
Methods
Remarks