Class EditableTreeControl
Interaction logic for EditableTreeControl.xaml.
Inheritance
EditableTreeControl
Implements
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public class EditableTreeControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceEditableTreeControl()
Initializes a new instance of the EditableTreeControl class.
Declaration
public EditableTreeControl()
Fields
View SourceAdditionalButtonContentOnLeftProperty
Identifies the AdditionalButtonContentOnLeft dependency property.
Declaration
public static readonly DependencyProperty AdditionalButtonContentOnLeftProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
AdditionalButtonContentOnRightProperty
Identifies the AdditionalButtonContentOnRight dependency property.
Declaration
public static readonly DependencyProperty AdditionalButtonContentOnRightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
HideExpandCollapseButtonProperty
Identifies the HideExpandCollapseButton dependency property.
Declaration
public static readonly DependencyProperty HideExpandCollapseButtonProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
View SourceAdditionalButtonContentOnLeft
Gets or sets the content that is displayed to the left of the list buttons.
Declaration
public object AdditionalButtonContentOnLeft { get; set; }
Property Value
Type | Description |
---|---|
object |
AdditionalButtonContentOnRight
Gets or sets the content that is displayed to the right of the list buttons.
Declaration
public object AdditionalButtonContentOnRight { get; set; }
Property Value
Type | Description |
---|---|
object |
HideExpandCollapseButton
Gets or sets a value indicating whether or not to hide the expand/collapse button in the tree view.
Declaration
public bool HideExpandCollapseButton { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()