Метод | Описание | |
---|---|---|
AddContainer ( |
||
ContainerFromIndex ( int index ) : |
||
ContainerFromItem ( object item ) : |
||
GetContainerList ( ) : ReadOnlyCollection |
||
IndexFromContainer ( |
||
IsFirstContainer ( |
||
IsLastContainer ( |
||
ItemContainerManager ( |
||
ItemFromContainer ( |
||
OnItemsChanged ( |
Метод | Описание | |
---|---|---|
RemoveItems ( IList items ) : void |
public AddContainer ( |
||
container | ||
item | object | |
Результат | void |
public ContainerFromIndex ( int index ) : |
||
index | int | |
Результат |
public ContainerFromItem ( object item ) : |
||
item | object | |
Результат |
public GetContainerList ( ) : ReadOnlyCollection |
||
Результат | ReadOnlyCollection |
public IndexFromContainer ( |
||
container | ||
Результат | int |
public IsFirstContainer ( |
||
container | ||
Результат | bool |
public IsLastContainer ( |
||
container | ||
Результат | bool |
public ItemContainerManager ( |
||
itemsControl | ||
Результат | System |
public ItemFromContainer ( |
||
container | ||
Результат | object |
public OnItemsChanged ( |
||
args | ||
Результат | void |