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.v24.1.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