MindFusion.Scheduling for ASP.NET Programmer's Guide
Appointment.Style Property
See Also
 





Gets or sets the style associated with this appointment.

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

 Syntax

C#  Copy Code

public override ItemStyle Style { get; set; }

Visual Basic  Copy Code

Public Overrides Property Style As ItemStyle

 Property Value

An instance of the ItemStyle class that defines the appearance of the item.

 Remarks

More information about styling items' appearance can be found here.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace
Customizing the Appearance of Items