Search Results for

    Show / Hide Table of Contents

    Class UITemplate

    Inheritance
    System.Object
    System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
    UITemplate
    Inherited Members
    System.Windows.DependencyObject.Equals(System.Object)
    System.Windows.DependencyObject.GetHashCode()
    System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
    System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty, System.Object)
    System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
    System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
    System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
    System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
    System.Windows.DependencyObject.GetLocalValueEnumerator()
    System.Windows.DependencyObject.DependencyObjectType
    System.Windows.DependencyObject.IsSealed
    System.Windows.Threading.DispatcherObject.Dispatcher
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UIDataTemplate
    Assembly: Simplic.UIDataTemplate.dll
    Syntax
    public class UITemplate : DependencyObject

    Fields

    | Improve this Doc View Source

    SelectorProperty

    Contains an optional selector instance

    Declaration
    public static readonly DependencyProperty SelectorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    TemplatePathProperty

    TemplatePath property

    Declaration
    public static readonly DependencyProperty TemplatePathProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    Selector

    Gets or sets a selector instance

    Declaration
    public ISelector Selector { get; set; }
    Property Value
    Type Description
    ISelector
    | Improve this Doc View Source

    TemplatePath

    Gets or sets template path

    Declaration
    public string TemplatePath { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx