[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gets or sets the context.

Namespace: DynamicNode.Ext.Gui
Assembly: DNExtGui (in DNExtGui.dll) Version: 1.0.4679.19833 (1.0.0.0)

Syntax

C#
public TContext Context { get; set; }
Visual Basic
Public Property Context As TContext
	Get
	Set
F#
member Context : 'TContext with get, set

Field Value

The context.

See Also