Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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