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

ActionAttribute(PredefinedCategory) Constructor

Initializes a new instance of the ActionAttribute class with the specified ActionAttribute.Category property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ActionAttribute(
    PredefinedCategory category
)

Parameters

Name Type Description
category DevExpress.Persistent.Base.PredefinedCategory

A PredefinedCategory enumeration value whose string representation is assigned to the ActionAttribute.Category property.

Remarks

You can pass a string representation of the required category instead. For this purpose, use the constructor with the string type parameter.

See Also