Table of Contents

Class Inspector.Row

Namespace
Northwoods.Go.Extensions
Assembly
DataInspectorWinForms.dll

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

public class Inspector.Row
Inheritance
Inspector.Row
Inherited Members

Properties

Options

The options associated with the property.

public Inspector.PropertyOptions Options { get; set; }

Property Value

Inspector.PropertyOptions

PropertyName

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

public string PropertyName { get; set; }

Property Value

string

PropertyValue

The property value.

public object PropertyValue { get; set; }

Property Value

object