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

    Provides access to Object Space in a Razor component.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public IObjectSpace ObjectSpace { get; }

    Property Value

    Type Description
    IObjectSpace

    An IObjectSpace object associated with the current object.

    Remarks

    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