Search
Calendar.setRightToLeft Method
See Also
 






Sets a value indicating whether control's elements are laid out from right to left.

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

 Syntax

Java  Copy Code

public void setRightToLeft (
    boolean value
)

 Parameters

value

true to specify that the calendar should layout its components from right to left; otherwise, false.

 See Also