Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

GridDetailRowTemplateContext Class

Stores information about a Grid detail row and is passed as the context parameter to the DetailRowTemplate.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public class GridDetailRowTemplateContext :
    GridDetailRowTemplateContextBase

Remarks

Refer to the DetailRowTemplate property description for more information and examples.

Inheritance

Object
DevExpress.Blazor.Internal.GridTemplateContextBase
DevExpress.Blazor.Internal.GridDetailRowTemplateContextBase
GridDetailRowTemplateContext
See Also