Skip to main content
.NET 6.0+

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.v24.1.dll

NuGet Package: DevExpress.Xpo

#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