Search
Appointment.setSelectedStyle Method
See Also
 






Sets the style used when this appointment is selected.

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

 Syntax

Java  Copy Code

public void setSelectedStyle (
    Style value
)

 Parameters

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