Identifies the C1Text dependency property.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public static readonly DependencyProperty C1TextProperty
Visual Basic
Public Shared ReadOnly C1TextProperty As DependencyProperty

Remarks

This property is used as a workaround when a binding needs to be updated on each keystroke.

See Also