CalendarItem::DayTitleTemplateResourceKey Property

.NET Framework (current version)
 

Gets or sets the resource key for the DataTemplate that displays the days of the week.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property ComponentResourceKey^ DayTitleTemplateResourceKey {
	static ComponentResourceKey^ get();
}

Property Value

Type: System.Windows::ComponentResourceKey^

The resource key for the DataTemplate that displays the days of the week.

.NET Framework
Available since 4.0
Return to top
Show: