RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

TextComboBoxItem..::..TextValue Property

Gets or sets the text value.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public string TextValue { get; set; }
Public Property TextValue As String
	Get
	Set
public:
property String^ TextValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The text value.