Back to Devexpress

DxGridModel.ComponentInstance Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-dot-models-dot-dxgridmodel-8e7a8721.md

latest1.7 KB
Original Source

DxGridModel.ComponentInstance Property

Returns the instance of the underlying DxGrid component.

Namespace : DevExpress.ExpressApp.Blazor.Editors.Models

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

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public override IGrid ComponentInstance { get; }
vb
Public Overrides ReadOnly Property ComponentInstance As IGrid

Property Value

TypeDescription
IGrid

The Grid instance.

|

Remarks

A component model replicates all parameters of the related component. You can use these parameters to configure the underlying component before creation. However, the model does not allow you to access the current component state (for instance, a page index) or call its methods directly.

Use the ComponentInstance property to access underlying component instance and its full API.

See Also

DxGridModel Class

DxGridModel Members

DevExpress.ExpressApp.Blazor.Editors.Models Namespace