DwModelManager.DataWindows Property
.NET Standard 2.x
Gets all of the DataWindow objects that are currently loaded.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public static IReadOnlyDictionary<string, IList<Type>> DataWindows {get;}
Returns
System.Collections.Generic.IReadOnlyDictionary<string, IList<Type>>
Returns all of the DataWindow objects that are currently loaded.
Examples
Coming soon.
Applies to
.NET Standard
2.x