Gets or sets a formatted text.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set
Visual C++
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}
F#
member Text : string with get, set

Property Value

Type: String
The formatted text.

Remarks

Firstly the Cell takes a value from IDataField returned by DataField property. Then it applies a IValueConverter to transform returned value to string.

See Also