DropDownListsSection
Class
Interaction logic for DropDownListsSection.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DropDownListsSection : DialogConfirmSection, IComponentConnector
Inheritance: objectDialogConfirmSectionDropDownListsSection
Implements:
Inherited Members
Constructors
C#
public DropDownListsSection()
Properties
Gets the add command.
C#
public ICommand AddCommand { get; }
Gets the context of the dialog.
C#
protected override IEditableObject Context { get; }
Overrides:
Gets the modify command.
C#
public ICommand ModifyCommand { get; }
Gets the move down command.
C#
public ICommand MoveDownCommand { get; }
Gets the move up command.
C#
public ICommand MoveUpCommand { get; }
Gets the remove command.
C#
public ICommand RemoveCommand { get; }
Methods
Binds the dialog to the provided context.
C#
public override void BindToContext(ContentControlPropertiesContext context)
The context to be bound to the control.
Overrides:
InitializeComponent
C#
public void InitializeComponent()