Returns View Items of the specified type from the CompositeView.Items collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v19.2.dll
Type | Description |
---|---|
IList<T> | A generic list that contains View Items of a specified type found in the CompositeView.Items collection. |
Type | Description |
---|---|
IList<T> | A generic list that contains View Items of a specified type found in the CompositeView.Items collection. |
Type | Description |
---|---|
IList<T> | A generic list that contains View Items of a specified type found in the CompositeView.Items collection. |
Name | Description |
---|---|
T |
Name | Description |
---|---|
T |
Name | Description |
---|---|
T |
Set the T generic type argument to the required View Item type, to get an array of View Items of this type found in the current Composite View's CompositeView.Items collection. For instance, you can get all Static Images of a Composite View via this method. For this purpose, set StaticImage as a generic type argument.