Gets or sets a converter which is applied to each source item and to the Text property of editable TextBox.
The default value is Null. This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public IValueConverter ItemConverter { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ Public Property ItemConverter As IValueConverter Get Set |
Remarks
This is a dependency property.