Skip to main content
A newer version of this page is available. .

AdornerElementCollection.GetElements<TType>() Method

Gets all elements of the specific type that are stored within this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public TType[] GetElements<TType>()
    where TType : AdornerElement

Type Parameters

Name
TType

Returns

Type Description
TType[]

A typed elements array.

See Also