C# Class Opc.Ua.Sample.Controls.DataListCtrl.ValueState

Stores the state associated with an item.
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Component object
ComponentId object
Expandable bool
Expanded bool
Value object

Property Details

Component public property

public object Component
return object

ComponentId public property

public object ComponentId
return object

Expandable public property

public bool Expandable
return bool

Expanded public property

public bool Expanded
return bool

Value public property

public object Value
return object