Skip to main content
A newer version of this page is available. .

OperandProperty(String) Constructor

Initializes a new instance of the OperandProperty class with the specified property name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

public OperandProperty(
    string propertyName
)

Parameters

Name Type Description
propertyName String

A String value that specifies the name of the property. It can be a path through object relationships (e.g. “Employer.DefaultAddress.City”). This value is case-sensitive. and will be assigned to the OperandProperty.PropertyName property.

See Also