EditQueryContext.DisplayNameProvider Property
Specifies a provider of display names to data fields in the Query Builder dialog.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
IDisplayNameProvider | An object implementing the IDisplayNameProvider interface. |
See Also