Méthode | Description | |
---|---|---|
NavigatorPageCollectionEditor ( ) : System |
Initialize a new instance of the NavigatorPageCollectionEditor class.
|
Méthode | Description | |
---|---|---|
CreateNewItemTypes ( ) : System.Type[] |
Gets the data types that this collection editor can contain.
|
|
SetItems ( object editValue, object value ) : object |
Sets the specified array as the items of the collection.
|
protected CreateNewItemTypes ( ) : System.Type[] | ||
Résultat | System.Type[] |
public NavigatorPageCollectionEditor ( ) : System | ||
Résultat | System |
protected SetItems ( object editValue, object value ) : object | ||
editValue | object | The collection to edit. |
value | object | An array of objects to set as the collection items. |
Résultat | object |