Table of Contents

Property PropertyValue

Namespace
Terminal.Gui.Configuration
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), HasValue will be false.

public object? PropertyValue { get; set; }

Property Value

object