Editor<T>.ValueExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An expression that represents the value for the component.
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<T>> ValueExpression { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ValueExpression : System.Linq.Expressions.Expression<Func<'T>> with get, set
Public Property ValueExpression As Expression(Of Func(Of T))
Property Value
Expression<Func<T>>
- Attributes