Class
ButtonSection

Interaction logic for ButtonsSection.xaml

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ButtonSection : UserControl, IComponentConnector

Inheritance: objectButtonSection

Implements: IComponentConnector

Constructors

ButtonSection()

Declaration

cs-api-definition
public ButtonSection()

Fields

CancelCommandProperty

Identifies the CancelCommand dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CancelCommandProperty

Field Value

DependencyProperty

CommandSourceProperty

Identifies the CommandSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CommandSourceProperty

Field Value

DependencyProperty

ConfirmCommandProperty

Identifies the ConfirmCommand dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ConfirmCommandProperty

Field Value

DependencyProperty

Properties

CancelCommand

Gets or sets the cancel command.

Declaration

cs-api-definition
public ICommand CancelCommand { get; set; }

Property Value

ICommand

CommandSource

Gets or sets the command source.

Declaration

cs-api-definition
public object CommandSource { get; set; }

Property Value

object

ConfirmCommand

Gets or sets the confirm command.

Declaration

cs-api-definition
public ICommand ConfirmCommand { get; set; }

Property Value

ICommand

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()