Class
DropDownListsSection

Interaction logic for DropDownListsSection.xaml

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DropDownListsSection : DialogConfirmSection, IComponentConnector

Inheritance: objectDialogConfirmSectionDropDownListsSection

Implements: IComponentConnector

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

Constructors

DropDownListsSection()

Declaration

cs-api-definition
public DropDownListsSection()

Properties

AddCommand

Gets the add command.

Declaration

cs-api-definition
public ICommand AddCommand { get; }

Property Value

ICommand

Context

Gets the context of the dialog.

Declaration

cs-api-definition
protected override IEditableObject Context { get; }

Property Value

IEditableObject

Overrides DialogConfirmSection.Context

ModifyCommand

Gets the modify command.

Declaration

cs-api-definition
public ICommand ModifyCommand { get; }

Property Value

ICommand

MoveDownCommand

Gets the move down command.

Declaration

cs-api-definition
public ICommand MoveDownCommand { get; }

Property Value

ICommand

MoveUpCommand

Gets the move up command.

Declaration

cs-api-definition
public ICommand MoveUpCommand { get; }

Property Value

ICommand

RemoveCommand

Gets the remove command.

Declaration

cs-api-definition
public ICommand RemoveCommand { get; }

Property Value

ICommand

Methods

BindToContext(ContentControlPropertiesContext)

Binds the dialog to the provided context.

Declaration

cs-api-definition
public override void BindToContext(ContentControlPropertiesContext context)

Parameters

context

ContentControlPropertiesContext

The context to be bound to the control.

Overrides DialogConfirmSection.BindToContext(ContentControlPropertiesContext)

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()