Show / Hide Table of Contents

    Class GroupHeaderView

    FormsDragNDropListView Group header view.

    Inheritance
    Object
    BindableObject
    Element
    Cell
    ViewCell
    GroupHeaderView
    Implements
    INotifyPropertyChanged
    IElementController
    ICellController
    Inherited Members
    ViewCell.View
    Cell.DefaultCellHeight
    Cell.IsEnabledProperty
    Cell.ForceUpdateSize()
    Cell.OnTapped()
    Cell.OnAppearing()
    Cell.OnDisappearing()
    Cell.OnParentSet()
    Cell.OnPropertyChanging(String)
    Cell.On<T>()
    Cell.ContextActions
    Cell.HasContextActions
    Cell.IsContextActionsLegacyModeEnabled
    Cell.Height
    Cell.IsEnabled
    Cell.RenderHeight
    Cell.Appearing
    Cell.Disappearing
    Cell.Tapped
    Element.MenuProperty
    Element.AutomationIdProperty
    Element.ClassIdProperty
    Element.GetMenu(BindableObject)
    Element.SetMenu(BindableObject, Menu)
    Element.IElementController.SetValueFromRenderer(BindableProperty, Object)
    Element.FindByName(String)
    Element.RemoveDynamicResource(BindableProperty)
    Element.SetDynamicResource(BindableProperty, String)
    Element.OnChildAdded(Element)
    Element.OnChildRemoved(Element)
    Xamarin.Forms.Element.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
    Element.OnPropertyChanged(String)
    Element.AutomationId
    Element.ClassId
    Element.Effects
    Element.Id
    Element.StyleId
    Element.Parent
    Element.ChildAdded
    Element.ChildRemoved
    Element.DescendantAdded
    Element.DescendantRemoved
    BindableObject.BindingContextProperty
    BindableObject.ClearValue(BindableProperty)
    BindableObject.ClearValue(BindablePropertyKey)
    BindableObject.GetValue(BindableProperty)
    BindableObject.IsSet(BindableProperty)
    BindableObject.RemoveBinding(BindableProperty)
    BindableObject.SetBinding(BindableProperty, BindingBase)
    BindableObject.ApplyBindings()
    BindableObject.UnapplyBindings()
    BindableObject.SetValue(BindableProperty, Object)
    BindableObject.SetValue(BindablePropertyKey, Object)
    BindableObject.CoerceValue(BindableProperty)
    BindableObject.CoerceValue(BindablePropertyKey)
    BindableObject.Dispatcher
    BindableObject.BindingContext
    BindableObject.PropertyChanged
    BindableObject.PropertyChanging
    BindableObject.BindingContextChanged
    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
    [Preserve(AllMembers = true)]
    public class GroupHeaderView : ViewCell, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IStyleSelectable, ICellController, IFlowDirectionController, IPropertyPropagationController, IVisualController

    Methods

    OnBindingContextChanged()

    Triggered by a changing in the binding context.

    Declaration
    protected override void OnBindingContextChanged()
    Overrides
    Cell.OnBindingContextChanged()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Xamarin.Forms.IElementController
    Xamarin.Forms.ICellController

    Extension Methods

    VisualElementExtensions.IsDescendentOf(Element, Element)
    VisualElementExtensions.IsAncestorOf(Element, Element)
    VisualElementExtensions.FindChildWithFocus(Element)
    VisualElementExtensions.FindAncestorOfType(Element, Type)
    ElementExtensions.AncestorOfBaseType<T>(Element)
    ElementExtensions.Ancestor<T>(Element)
    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