Property TextValue
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
TextValue
Gets the string value of the property. This property returns null if the value is not set, or if the value is set to a non-primitive value (i.e. represented by a DesignItem, accessible through Value property).
public abstract string TextValue { get; }