Skip to main content

DataLayerOptions.NullableBehavior Property

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo

Declaration

public NullableBehavior NullableBehavior { get; set; }

Property Value

Type
NullableBehavior

Property Paths

You can access this nested property as listed below:

Object Type Path to NullableBehavior
DataLayerOptionsBuilder
.DataLayerOptions .NullableBehavior
See Also