Class EditableListControl
Interaction logic for EditableListControl.xaml.
Inheritance
EditableListControl
Implements
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public class EditableListControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceEditableListControl()
Initializes a new instance of the EditableListControl class.
Declaration
public EditableListControl()
Fields
View SourceAdditionalButtonContentOnLeftProperty
Identifies the AdditionalButtonContentOnLeft dependency property.
Declaration
public static readonly DependencyProperty AdditionalButtonContentOnLeftProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
AllowReorderProperty
Identifies the AllowReorder dependency property.
Declaration
public static readonly DependencyProperty AllowReorderProperty
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 |
AllowReorder
Gets or sets a value indicating whether or not to allow reordering items in the list.
Declaration
public bool AllowReorder { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()