C# Class AjaxControlToolkit.OverlayCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Public Methods

Method Description
OverlayCollectionEditor ( Type type ) : System

Protected Methods

Method Description
CanSelectMultipleInstances ( ) : bool
CreateNewItemTypes ( ) : System.Type[]

Method Details

CanSelectMultipleInstances() protected method

protected CanSelectMultipleInstances ( ) : bool
return bool

CreateNewItemTypes() protected method

protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]

OverlayCollectionEditor() public method

public OverlayCollectionEditor ( Type type ) : System
type System.Type
return System