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; }
<DataMemberAttribute(Name := "isSticky", EmitDefaultValue := false)>
Public Property IsSticky As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSticky", EmitDefaultValue = false)]
property bool IsSticky {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSticky", EmitDefaultValue = false)>]
member IsSticky : bool with get, set
Property Value
Type:
Booleantrue if this instance is sticky header; otherwise,
false.
See Also