Skip to main content
All docs
V26.1
  • CreateCustomTemplateEventArgs.UseDefaultTemplate Property

    Defines whether the application creates default templates on startup.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public bool UseDefaultTemplate { get; set; }

    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