New to Telerik UI for WPFStart a free 30-day trial

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: IComponentConnector

Inherited Members DialogConfirmSection.Confirm()DialogConfirmSection.Cancel()

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: DialogConfirmSection.Context

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)
Parameters:contextContentControlPropertiesContext

The context to be bound to the control.

Overrides: DialogConfirmSection.BindToContext(ContentControlPropertiesContext)

InitializeComponent

C#
public void InitializeComponent()