Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / NestedPropertySetter Class
Members

In This Topic
    NestedPropertySetter Class
    In This Topic
    Represents a property setter which is being used as an item of the C1Scheduler.NestedSetters collection and is able to assign a value to a C1Scheduler nested property.
    Object Model
    NestedPropertySetter Class
    Syntax
    'Declaration
     
    
    <WebHostHiddenAttribute()>
    <StaticAttribute(Windows.UI.Xaml.IFrameworkElementStatics4, 
       196608, 
       "Windows.Foundation.UniversalApiContract")>
    <ComposableAttribute(Windows.UI.Xaml.IFrameworkElementFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <ThreadingAttribute(ThreadingModel.Both)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    Public Class NestedPropertySetter 
       Inherits Windows.UI.Xaml.FrameworkElement
    [WebHostHidden()]
    [Static(Windows.UI.Xaml.IFrameworkElementStatics4, 
       196608, 
       "Windows.Foundation.UniversalApiContract")]
    [Composable(Windows.UI.Xaml.IFrameworkElementFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Threading(ThreadingModel.Both)]
    [MarshalingBehavior(MarshalingType.Agile)]
    public class NestedPropertySetter : Windows.UI.Xaml.FrameworkElement 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                C1.Xaml.Schedule.NestedPropertySetter

    See Also