Get or set the C1Text property. This property is used as a workaround when a binding needs to be updated on each keystroke.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string C1Text { get; set; }
Visual Basic
Public Property C1Text As String
	Get
	Set
XAML Attribute Usage
<object C1Text="string" .../>

Remarks

This is a dependency property.

See Also