Skip to main content
A newer version of this page is available. .
Tab

GridViewTemplates.DetailRow Property

Gets or sets a template for displaying detail rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public virtual ITemplate DetailRow { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object that implements the ITemplate interface.

Remarks

Note

Once a template defined via the DetailRow property is created within a grid control, it is instantiated within a container object of the GridViewDetailRowTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

For more information, see Templates and Master-Detail: Implementation.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DetailRow property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also