Interface IPropertyAccessor
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public interface IPropertyAccessor
Methods
GetValue(Object)
Declaration
object GetValue(object instance)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | instance |
Returns
| Type |
|---|
| System.Object |
SetValue(Object, Object)
Declaration
void SetValue(object instance, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | instance | |
| System.Object | value |