Search
RecurrenceForm.enableRemoveButton Method
See Also
 






Enables or disables the 'Remove' button.

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

 Syntax

Java  Copy Code

public void enableRemoveButton (
    boolean enable
)

 Parameters

enable

true to enable the 'Remove' button, false to disable it.

 See Also