Table of Contents

Class ComboSelector

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class ComboSelector : ToggleButton, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
Inheritance
ComboSelector
Implements
Inherited Members
Extension Methods

Fields

ControlProperty

public static readonly DependencyProperty ControlProperty

Field Value

DependencyProperty

SelectedItemProperty

public static readonly DependencyProperty SelectedItemProperty

Field Value

DependencyProperty

SelectedTemplateProperty

public static readonly DependencyProperty SelectedTemplateProperty

Field Value

DependencyProperty

Properties

Control

public Control Control { get; set; }

Property Value

Control

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

SelectedItem

public object SelectedItem { get; set; }

Property Value

object

SelectedTemplate

public DataTemplate SelectedTemplate { get; set; }

Property Value

DataTemplate