Table of Contents
DayHeaderVisible Property

Use this property to specify if day header area is visible for each month.

Syntax
 public Boolean DayHeaderVisible { get; set; }
Remarks

Use this property to specify if day header area is visible for each month.

Day header area displays the name of days in a week. Use DayHeaderFormat property to specify which format to display.

See Also