Version

Text Property (TaskColumnSettings)

Returns or sets the string that is displayed in the header for the associated column.
Syntax
'Declaration
 
Public Property Text As String
public string Text {get; set;}
Remarks

The default value for the Text property is null, which will cause in the default text for the column to be displayed; for example, the TaskField.Name column displays 'Task Name'. The Text property can be set to any string, and that string will be displayed instead.

Setting the property to null or an empty string yields different behavior; setting the property to null signifies that the default value should be displayed, whereas setting the property to an empty string prevents the text from appearing altogether. This can be used in cases where (for example) the developer wants to display only an image on the column header.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also