Represents a Binding converter that returns a string title for Appointment Dialog.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[ValueConversionAttribute(typeof(Appointment), typeof(string))] public class AppointmentToStringMultiConverter : IMultiValueConverter |
Visual Basic (Declaration) |
---|
<ValueConversionAttribute(GetType(Appointment), GetType(String))> _ Public Class AppointmentToStringMultiConverter _ Implements IMultiValueConverter |
Remarks
AppointmentToStringMultiConverter is a one-way converter.