Skip to main content
All docs
V23.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.v23.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.

See Also