Skip to main content

ICustomFunctionOperator.Name Property

When implemented by a custom function, specifies its name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

string Name { get; }

Property Value

Type Description
String

A String used to identify a custom function.

See Also