Xceed DataGrid for Silverlight Documentation
UseFieldNamesInHeaders Property


Gets or sets a value indicating whether the column field names should be displayed in the column headers rather than the column titles.
Syntax
'Declaration
 
Public Property UseFieldNamesInHeaders As Boolean
'Usage
 
Dim instance As ExporterBase
Dim value As Boolean
 
instance.UseFieldNamesInHeaders = value
 
value = instance.UseFieldNamesInHeaders
public bool UseFieldNamesInHeaders {get; set;}

Property Value

true if the column field names should be displayed in the column headers; false if the titles should be displayed. By default, false.
Requirements

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

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback