Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPInstantFeedbackSourceMappingMode Enum

Contains values specifying properties mapping modes in InstantFeedback mode.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public enum XPInstantFeedbackSourceMappingMode

Members

Name Description
AllProperties

All properties should be mapped on a grid.

RequiredProperties

Only visible properties should be mapped on a grid.

Remarks

These enumeration values are used to specify the XPObjectSpace.InstantFeedbackMappingMode and XPObjectSpaceProvider.InstantFeedbackMappingMode properties.

See Also