Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportCustomFunctionOperatorBase.Description Property

Gets the text displayed in the function’s tooltip and in the Expression Editor’s Description Panel.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual string Description { get; }

Property Value

Type Description
String

Text with information about the purpose and syntax of a function.

Implements

See Also