Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    BlazorControlViewItem Properties

    A container for custom ASP.NET Core Blazor components displayed in a Detail View.
    Name Description
    Application Provides access to BlazorApplication in a Razor component.
    Caption Gets the current View Item‘s caption. Inherited from ControlViewItem.
    Control Returns the current View Item’s control displayed in a UI. Inherited from ViewItem.
    ControlType 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.
    CurrentObject Specifies the object for which the current View Item’s View is created. Inherited from ViewItem.
    Id Gets the identifier of the current View Item. Inherited from ViewItem.
    IsCaptionVisible Indicates whether the caption of the current View Item should be visible. Inherited from ControlViewItem.
    IsDisposed Inherited from ViewItem.
    ObjectSpace Provides access to Object Space in a Razor component.
    ObjectType Specifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
    ObjectTypeInfo Provides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
    View Specifies the Detail View that contains the current View Item. Inherited from ViewItem.
    See Also