MindFusion.Scheduling for Silverlight Programmer's Guide
TimetableSettings.ColumnHeaderTemplate Property
See Also
 





Gets or sets the template of the column headers, or null (Nothing in Visual Basic), to use the default template. This is a dependency property.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public DataTemplate ColumnHeaderTemplate { get; set; }

Visual Basic  Copy Code

Public Property ColumnHeaderTemplate As DataTemplate

 Property Value

An instance of the Silverlight DataTemplate class.

 Remarks

The default value of this property is the following template:

XAML  Copy Code

<DataTemplate>
  <TextBlock Text="{Binding Text}" />
</DataTemplate>

In addition to Text, which contains the default text displayed in the column header, the properties of the template can also bind to Value, which references the Resource or DateTime object associated with the column.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Silverlight Namespace