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

CreatableItemAttribute(Boolean) Constructor

Initializes a new instance of the CreatableItemAttribute class with the specified CreatableItemAttribute.IsCreatableItem property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CreatableItemAttribute(
    bool isCreatableItem
)

Parameters

Name Type Description
isCreatableItem Boolean

true if an item should be added to the New Action’s item list; otherwise, false.

See Also