CreateCustomTemplateEventArgs.UseDefaultTemplate Property
Defines whether the application creates default templates on startup.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to create default templates on an application’s startup; otherwise, false. The default value is true. |
Remarks
If you use custom templates and do not need default templates, set this property to false to speed up the application’s startup.
See Also