Class ContextAreaControl
Visualize the context area
Inheritance
System.Object
ContextAreaControl
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ContextAreaControl : UserControl
Constructors
| Improve this Doc View SourceContextAreaControl()
Initialize control
Declaration
public ContextAreaControl()
Fields
| Improve this Doc View SourceInstanceDataGuidProperty
DependencyProperty for instance data guid binding
Declaration
public static readonly DependencyProperty InstanceDataGuidProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
StackNameProperty
DependencyProperty for stack name binding
Declaration
public static readonly DependencyProperty StackNameProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceInstanceDataGuid
Gets or sets the stack-guid
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
StackName
Gets or sets the stackname
Declaration
public string StackName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceRefresh()
Refresh data of the selected context-grid
Declaration
public void Refresh()