AdapterDataIsSticky Property

Gets or sets a value indicating whether to make the template cell stick to the top (or left) of the view port so that it is always visible even if it is scrolled out of.

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

Property Value

Type: Boolean
true if this instance is sticky header; otherwise, false.
See Also