XPDataView.Dictionary Property
In This Article
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
#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