Skip to main content

ICustomFunctionOperatorBrowsable.Description Property

When implemented by a custom function, returns its description.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

string Description { get; }

Property Value

Type Description
String

A text describing a custom function’s syntax and purpose.

See Also