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

ICustomFunctionOperatorBrowsable.Description Property

When implemented by a custom function, returns its description.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

string Description { get; }

Property Value

Type Description
String

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

See Also