Back to Devexpress

BlazorControlViewItem.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-dot-blazorcontrolviewitem.md

latest2.5 KB
Original Source

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

csharp
public IObjectSpace ObjectSpace { get; }
vb
Public ReadOnly Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
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

How to Add an Unbound Control (Button) to the Form Layout in an XAF View (with a Fully Custom ViewItem)

How to: Show a Custom Data-Bound Control in an XAF View (Blazor) - Current Object Data

How to: Show a Custom Data-Bound Control in an XAF View (Blazor) - External Data

BlazorControlViewItem Class

BlazorControlViewItem Members

DevExpress.ExpressApp.Blazor.Editors Namespace