Class ExpandingAppointmentVisibility
Represents a converter that converts the visibility of Expanded appointment.
Inheritance
System.Object
ExpandingAppointmentVisibility
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ExpandingAppointmentVisibility : Object, IValueConverter
Constructors
ExpandingAppointmentVisibility()
Declaration
public ExpandingAppointmentVisibility()
Methods
Convert(Object, Type, Object, String)
Converts the visiblity of Schedule appointment.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
System.Type | targetType | |
System.Object | parameter | |
System.String | language |
Returns
Type |
---|
System.Object |
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
System.Type | targetType | |
System.Object | parameter | |
System.String | language |
Returns
Type |
---|
System.Object |
Implements
Windows.UI.Xaml.Data.IValueConverter