Search Results for

    Show / Hide Table of Contents

    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 Source

    ContextAreaControl()

    Initialize control

    Declaration
    public ContextAreaControl()

    Fields

    | Improve this Doc View Source

    InstanceDataGuidProperty

    DependencyProperty for instance data guid binding

    Declaration
    public static readonly DependencyProperty InstanceDataGuidProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    StackNameProperty

    DependencyProperty for stack name binding

    Declaration
    public static readonly DependencyProperty StackNameProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the stack-guid

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    StackName

    Gets or sets the stackname

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Refresh()

    Refresh data of the selected context-grid

    Declaration
    public void Refresh()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx