ASP.NET Pack Programmer's Guide
CellSettings.ShowToday Property
See Also
 





Gets or sets a value indicating whether the calendar should mark the current cell by underlining the header area.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ShowToday { get; set; }

Visual Basic  Copy Code

Public Property ShowToday As State

 Property Value

One of the MindFusion.Scheduling.State enumeration members. Default value is State.Disabled.

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WebForms Namespace