Xceed DataGrid for Silverlight Documentation
IncludeColumnHeaders Property


Gets or sets a value indicating whether column headers will be exported.
Syntax
'Declaration
 
Public Property IncludeColumnHeaders As Boolean
'Usage
 
Dim instance As ExporterBase
Dim value As Boolean
 
instance.IncludeColumnHeaders = value
 
value = instance.IncludeColumnHeaders
public bool IncludeColumnHeaders {get; set;}

Property Value

true if column headers should be exported; false otherwise. By default, true.
Requirements

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

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback