Property LiftMemberAccessToNull
- Namespace
- Innova.Prism.Telerik.Expressions
- Assembly
- Innova.Prism.Telerik.dll
LiftMemberAccessToNull
Gets or sets a value indicating whether member access expression used by this builder should be lifted to null. The default value is true.
public bool LiftMemberAccessToNull { get; set; }
Property Value
- bool
true
if member access should be lifted to null; otherwise,false
.