Skip to main content
All docs
V25.2
  • BlazorControlViewItem.ControlType Property

    Type of the custom Razor component that you create. You have to specify this type in the IModelControlDetailItem property when you create a custom ASP.NET Core Blazor View Item.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public Type ControlType { get; }

    Property Value

    Type Description
    Type

    The Razor component type.

    Remarks

    The following image demonstrates specifying the custom Razor component type in Model Editor:

    XAF Add A Control Detail Item in the Model Editor, DevExpress

    For more information about custom ASP.NET Core Blazor View Items, refer to the following topic: How to Add an Unbound Control (Button) to the Form Layout in an XAF View (with a Fully Custom ViewItem).

    See Also