AdornerElementCollection.GetElements<TType>() Method
Gets all elements of the specific type that are stored within this AdornerElementCollection.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Type Parameters
Name |
---|
TType |
Returns
Type | Description |
---|---|
TType[] | A typed elements array. |
See Also