CreatableItemAttribute(Boolean) Constructor
Initializes a new instance of the CreatableItemAttribute class with the specified CreatableItemAttribute.IsCreatableItem property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| isCreatableItem | Boolean | true if an item should be added to the New Action’s item list; otherwise, false. |
See Also