Table of Contents

Property IsChecked

Namespace
Skyline.DataMiner.Net.AutomationUI.Objects
Assembly
SLNetTypes.dll

IsChecked

Gets or sets a value indicating whether the item is selected.

public bool IsChecked { get; set; }

Property Value

bool

true if selected; otherwise, false.

Remarks

Do not fill in this property for TreeViewItems that have child items.The selection of such a parent item depends on the selected child items. If some of the child items are selected, the parent item is only partially selected and its value will not be included in the destination variable. If all child items are selected, the parent item is automatically also selected.