ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditor Class / SelectedObject Property

In This Topic
    SelectedObject Property
    In This Topic
    Gets selected object of the support integrate.
    Syntax
    'Declaration
     
    Public Property SelectedObject As ISupportExpressions
    public ISupportExpressions SelectedObject {get; set;}
    See Also