Skip to main content

OperatorInfo(String) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OperatorInfo(
    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