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.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Type Parameters
Name |
---|
TType |
Returns
Type | Description |
---|---|
TType[] | A typed elements array. |
See Also