Table of Contents

Class RespositoryBox

Namespace
HeBianGu.Systems.Repository
Assembly
HeBianGu.Systems.Repository.dll
[TemplatePart(Name = "PART_ListBox", Type = typeof(ListBox))]
public class RespositoryBox : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
RespositoryBox
Implements
Inherited Members
Extension Methods

Constructors

RespositoryBox()

public RespositoryBox()

Fields

ItemTemplateProperty

public static readonly DependencyProperty ItemTemplateProperty

Field Value

DependencyProperty

ItemTemplateSelectSourceProperty

public static readonly DependencyProperty ItemTemplateSelectSourceProperty

Field Value

DependencyProperty

ItemsPanelProperty

public static readonly DependencyProperty ItemsPanelProperty

Field Value

DependencyProperty

ItemsPanelSelectSourceProperty

public static readonly DependencyProperty ItemsPanelSelectSourceProperty

Field Value

DependencyProperty

ModelTypeProperty

public static readonly DependencyProperty ModelTypeProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ItemTemplate

public DataTemplate ItemTemplate { get; set; }

Property Value

DataTemplate

ItemTemplateSelectSource

public DiplayDataTemplate[] ItemTemplateSelectSource { get; set; }

Property Value

DiplayDataTemplate[]

ItemsPanel

public ItemsPanelTemplateDisplay ItemsPanel { get; set; }

Property Value

ItemsPanelTemplateDisplay

ItemsPanelSelectSource

[TypeConverter(typeof(ArrayConverter))]
public ItemsPanelTemplateDisplay[] ItemsPanelSelectSource { get; set; }

Property Value

ItemsPanelTemplateDisplay[]

ModelType

public Type ModelType { get; set; }

Property Value

Type

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()