Identifies the C1Text dependency property.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.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