PropertyMissingException Class
An exception that is thrown when an invalid property name is specified.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
This exception is thrown in various cases when an invalid property name is specified,
Solution:
- specify a valid property name.
See Also