Table of Contents

Property PropertyValue

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PropertyValue

Holds the property's value as it was either read from the class's implementation or from a config file. If the property has not been set (e.g. because no configuration file specified a value), this will be null.

public object? PropertyValue { get; set; }

Property Value

object

Remarks

On set, performs a sparse-copy of the new value to the existing value (only copies elements of the object that are non-null).