Skip to main content
A newer version of this page is available. .

ICustomFunctionOperator.Name Property

When implemented by a custom function, specifies its name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

string Name { get; }

Property Value

Type Description
String

A String used to identify a custom function.

See Also