AdapterDataIsHeaderRow Property

Gets or sets a value indicating whether to make the template cell always span the width of its group (or canvas without group) in responsive view mode.

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "isHeaderRow", EmitDefaultValue = false)]
public bool IsHeaderRow { get; set; }

Property Value

Boolean
to enable span width; otherwise, .
See Also