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
ItemTemplateSelectSourceProperty
public static readonly DependencyProperty ItemTemplateSelectSourceProperty
Field Value
ItemsPanelProperty
public static readonly DependencyProperty ItemsPanelProperty
Field Value
ItemsPanelSelectSourceProperty
public static readonly DependencyProperty ItemsPanelSelectSourceProperty
Field Value
ModelTypeProperty
public static readonly DependencyProperty ModelTypeProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ItemTemplate
public DataTemplate ItemTemplate { get; set; }
Property Value
ItemTemplateSelectSource
public DiplayDataTemplate[] ItemTemplateSelectSource { get; set; }
Property Value
ItemsPanel
public ItemsPanelTemplateDisplay ItemsPanel { get; set; }
Property Value
ItemsPanelSelectSource
[TypeConverter(typeof(ArrayConverter))]
public ItemsPanelTemplateDisplay[] ItemsPanelSelectSource { get; set; }
Property Value
ModelType
public Type ModelType { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()