Gets or sets the css class of the appointment.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override string CssClass { get; set; } |
Visual Basic
![]() |
---|
Public Overrides Property CssClass As String |
A string that identifies the Css class of this Appointment.
For more information about styling items through the use of CSS, refer to the CSS Classes topic.
The following example shows how an item's border color can be changed by assigning a predefined Css class to the CssClass property.
C#
![]() |
---|
Appointment app = new Appointment(); |
Visual Basic
![]() |
---|
Dim app As New Appointment() |
CSS
![]() |
---|
.MyCustomStyle .wrapper .borders |