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

BootstrapGridView.Templates Property

Provides access to the templates used to display the BootstrapGridView‘s elements (cells, rows, etc.).

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewTemplates Templates { get; }

Property Value

Type Description
BootstrapGridViewTemplates

A BootstrapGridViewTemplates object that contains templates for displaying data cells, rows, etc.

See Also