ASP.NET Pack Programmer's Guide
ItemSettings.CssClass Property
See Also
 





Gets or sets the default CSS class for all appointments whose CSS is not explicitly specified.

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

 Syntax

C#  Copy Code

public string CssClass { get; set; }

Visual Basic  Copy Code

Public Property CssClass As String

 Property Value

A string that identifies the CSS class. Default value is an empty string.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace