IsChecked Property (SchedulerGroupItem)
In This Topic
Gets or sets a
System.Boolean value determinign whether this
SchedulerGroupItem object should be displayed in UI.
Syntax
'Declaration
Public Property IsChecked As Boolean
public bool IsChecked {get; set;}
See Also