This class stores a list of Dynamic objects that are associated with a target object.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxDynamicGroup : Freezable, 
	IChildObject, IManagerChild, IUpdateable
Visual Basic
Public NotInheritable Class GwxDynamicGroup _
	Inherits Freezable _
	Implements IChildObject, IManagerChild, IUpdateable
JScript
public final class GwxDynamicGroup extends Freezable implements IChildObject, IManagerChild, IUpdateable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        Ico.Gwx..::..GwxDynamicGroup

See Also