Skip to main content

FunctionInfo.DisplayName Property

Specifies the full name of a function in the Expression Editor (including the function syntax).

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

A String value.

See Also