Skip to main content
A newer version of this page is available. .

FunctionInfo(String) Constructor

Initializes a new instance of the FunctionInfo class with the specified category.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public FunctionInfo(
    string category
)

Parameters

Name Type Description
category String

A String value, specifying the category name. This value is assigned to the ItemInfoBase.Category property.

See Also