Skip to main content
.NET 6.0+

CreatableItemAttribute(Boolean) Constructor

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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