Search
Appointment.getSelectedStyle Method
See Also
 






Gets the style used when this appointment is selected.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Style getSelectedStyle ()

 Return Value

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

 Remarks

This style is applied on the appointment when it is selected.

 See Also