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