Click or drag to resize

CommandCell.Parent Property

Gets or sets a reference to the parent ICommandFrame for this CommandCell.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.244-beta
Syntax
public virtual ICommandFrame Parent { get; set; }
View Source

Property Value

ICommandFrame

Implements

ICommandCell.Parent
See Also