Back to Devexpress

XPDataView.Dictionary Property

xpo-devexpress-dot-xpo-dot-xpdataview-1eadeba8.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public XPDictionary Dictionary { get; set; }
vb
<Browsable(False)>
Public Property Dictionary As XPDictionary

Property Value

TypeDescription
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

XPDataView Class

XPDataView Members

DevExpress.Xpo Namespace