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

BootstrapAccordionGroupDataFields.HeaderIconCssClassField Property

Gets or sets the name of a data field (or an xml element’s attribute) providing names of CSS classes that define images displayed within group headers.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("")]
public string HeaderIconCssClassField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the required data source field.

See Also