# C1.WPF.Binding.XObjectExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Binding_XObjectExpression" data-uid="C1.WPF.Binding.XObjectExpression" class="text-break">XObjectExpression Class
</h1>
  <div class="markdown level0 summary"><p>Expression that represents an external object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a></div>
    <div class="level2"><span class="xref">XObjectExpression</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Binding.html">C1.WPF.Binding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Binding.4.6.2.dll</h6>
  <h5 id="C1_WPF_Binding_XObjectExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XObjectExpression : Expression, IComparable&lt;Expression&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XObjectExpression
    Inherits Expression
    Implements IComparable(Of Expression), IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Binding_XObjectExpression_Value" data-uid="C1.WPF.Binding.XObjectExpression.Value">
          <a class="xref" href="C1.WPF.Binding.XObjectExpression.Value.html#C1_WPF_Binding_XObjectExpression_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner value of this expression
(may be an actual value or an IValueObject).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Binding_XObjectExpression_Evaluate" data-uid="C1.WPF.Binding.XObjectExpression.Evaluate">
          <a class="xref" href="C1.WPF.Binding.XObjectExpression.Evaluate.html#C1_WPF_Binding_XObjectExpression_Evaluate">Evaluate()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the <a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_XObjectExpression_GetEnumerator" data-uid="C1.WPF.Binding.XObjectExpression.GetEnumerator">
          <a class="xref" href="C1.WPF.Binding.XObjectExpression.GetEnumerator.html#C1_WPF_Binding_XObjectExpression_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a> that can be used to iterate over a collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
