Click or drag to resize

ItemsControlExtensions Methods

The ItemsControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDefaultItemCommand
Gets the default item command. See DefaultItemCommand attached property for details.
Public methodStatic memberGetItemContainersT
Gets the item containers for a items control.
Public methodStatic memberGetRefreshOnSourceChanges
Gets the object that will be observed for changes. A change of the object will trigger a refresh on the collection view of the attached items control.
Public methodStatic memberSetDefaultItemCommand
Sets the default item command. See DefaultItemCommand attached property for details.
Public methodStatic memberSetRefreshOnSourceChanges
Sets the object that will be observed for changes. A change of the object will trigger a refresh on the collection view of the attached items control.
Top
See Also