Gets a value indicating whether the item was selected.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public boolean getIsSelected () |
true if the the item was selected by the user; false if the item was deselected.
RemarksThis property is mutually exclusive with getIsDeselected, that is, when one of them is false, the other is true, and vice versa.
See Also