menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyAccessor - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved