Xceed DataGrid for Silverlight Documentation
UseFixedHeaderRow Property


Gets or sets a value indicating whether the row that displays the column headers remains fixed and always visible above the exported data items.
Syntax
'Declaration
 
Public Property UseFixedHeaderRow As Boolean
'Usage
 
Dim instance As XmlssExporter
Dim value As Boolean
 
instance.UseFixedHeaderRow = value
 
value = instance.UseFixedHeaderRow
public bool UseFixedHeaderRow {get; set;}

Property Value

true if the row that displays the column headers remains fixed and always visible above the exported data items; false otherwise. By default, true.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

XmlssExporter Class
XmlssExporter Members

Send Feedback