Show / Hide Table of Contents

    Class GroupHeaderTemplate

    Group header template.

    Inheritance
    Object
    ElementTemplate
    DataTemplate
    GroupHeaderTemplate
    Inherited Members
    DataTemplate.SetBinding(BindableProperty, BindingBase)
    DataTemplate.SetValue(BindableProperty, Object)
    DataTemplate.Bindings
    DataTemplate.Values
    ElementTemplate.CreateContent()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public class GroupHeaderTemplate : DataTemplate, IElement, IDataTemplate, IDataTemplateController

    Constructors

    GroupHeaderTemplate(Type)

    Initializes a new instance of the GroupHeaderTemplate class.

    Declaration
    public GroupHeaderTemplate(Type groupHeaderViewType)
    Parameters
    Type Name Description
    Type groupHeaderViewType

    Group header view type.

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel