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

XPDataView.Dictionary Property

Gets or sets the metadata provider used to filter and sort data using custom function operators.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[Browsable(false)]
public XPDictionary Dictionary { get; set; }

Property Value

Type Description
XPDictionary

An XPDictionary object which provides support for custom function operators used to filter and sort data displayed in the data view.

Remarks

To learn how to implement and register custom function operators, refer to How to: Implement a Custom Criteria Language Function Operator.

See Also