XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator) Constructor
In This Article
Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPInstantFeedbackSource(
XPClassInfo classInfo,
string displayableProperties,
CriteriaOperator fixedCriteria
)
#Parameters
Name | Type | Description |
---|---|---|
class |
XPClass |
An XPClass |
displayable |
String | A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the XPInstant |
fixed |
Criteria |
A Criteria |
See Also