Class Inspector.Row
An object representing a row to be displayed in the UI.
Namespace: Northwoods.Go.Extensions
Assembly: DataInspectorAvalonia.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 |