Gets or sets the Style used to paint schedule items that don't have a distinct style assigned to them.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Style Style { get; set; } |
Visual Basic Copy Code |
---|
Public Property Style As Style |
A Style object defining the appearance of schedule items. This property cannot be null.
To read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |