Class DropDownListsSection
Interaction logic for DropDownListsSection.xaml
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class DropDownListsSection : DialogConfirmSection, IComponentConnector
Constructors
DropDownListsSection()
Declaration
public DropDownListsSection()
Properties
AddCommand
Gets the add command.
Declaration
public ICommand AddCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Context
Gets the context of the dialog.
Declaration
protected override IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Overrides
ModifyCommand
Gets the modify command.
Declaration
public ICommand ModifyCommand { get; }
Property Value
System.Windows.Input.ICommand
|
MoveDownCommand
Gets the move down command.
Declaration
public ICommand MoveDownCommand { get; }
Property Value
System.Windows.Input.ICommand
|
MoveUpCommand
Gets the move up command.
Declaration
public ICommand MoveUpCommand { get; }
Property Value
System.Windows.Input.ICommand
|
RemoveCommand
Gets the remove command.
Declaration
public ICommand RemoveCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
public override void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context to be bound to the control. |
Overrides
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()