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 Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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