Skip to main content
All docs
V25.1
  • 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.v25.1.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