ICustomFunctionOperator.Name Property
In This Article
Returns the name of the custom function.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
string Name { get; }
#Property Value
Type | Description |
---|---|
String | The name of the custom function. |
See Also