Skip to main content

FunctionInfo.FunctionCategory Property

Specifies the category to which a function belongs (e.g., “Math”, “String” or “DateTime”).

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public string FunctionCategory { get; set; }

Property Value

Type Description
String

A String value.

See Also