Xceed DataGrid for Silverlight Documentation
Title Property (Column)


Gets or sets the column's title.
Syntax
'Declaration
 
Public Property Title As Object
'Usage
 
Dim instance As Column
Dim value As Object
 
instance.Title = value
 
value = instance.Title
public object Title {get; set;}

Property Value

A string representing the columns template. If the Title property has not been explicitly set, the value of the FieldName property will be used. By default, a null reference (Nothing in Visual Basic).

Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback