FixedHeader Property (TableColumn)
In This Topic
Gets or sets a value indicating whether the header for this grouping should be displayed on the page even when the user scrolls part of the table off the page.
Syntax
'Declaration
Public Property FixedHeader As Boolean
public bool FixedHeader {get; set;}
Property Value
A
System.Boolean value where
true
indicating the grouping should be displayed on the page even when the user scrolls part of the table off the page; otherwise,
false
. Default value is
false
.
See Also