Class Inspector.Row

GoDiagram®
v10.0.8
by Northwoods Software®

An object representing a row to be displayed in the UI.

Inheritance
Inspector.Row
Namespace: Northwoods.Go.Extensions
Assembly: DataInspectorWinForms.dll
Syntax
public class Inspector.Row

Properties

Options

The options associated with the property.

Declaration
public Inspector.PropertyOptions Options { get; set; }
Property Value
Type Description
Inspector.PropertyOptions

PropertyName

The property name and label to be displayed for the input.

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string

PropertyValue

The property value.

Declaration
public object PropertyValue { get; set; }
Property Value
Type Description
object