MindFusion.Scheduling for ASP.NET Programmer's Guide
WeekRangeSettings.DayNamesHeader Property
See Also
 





Gets or sets a value indicating whether to display the day names header.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State DayNamesHeader { get; set; }

Visual Basic  Copy Code

Public Property DayNamesHeader As State

 Property Value

Type: State

 Remarks

The day names are obtained from the DateTimeFormat property of the Calendar class, if it isn't a null reference, or from the corresponding DateTimeFormat property of the CultureInfo object assigned to calendar's Culture.

 See Also

WeekRangeSettings Members
WeekRangeSettings Class
MindFusion.Scheduling.WebForms Namespace