ButtonSection
Class
Interaction logic for ButtonsSection.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ButtonSection : UserControl, IComponentConnector
Inheritance: objectButtonSection
Implements:
Constructors
C#
public ButtonSection()
Fields
CancelCommandProperty
DependencyProperty
Identifies the CancelCommand dependency property.
C#
public static readonly DependencyProperty CancelCommandProperty
CommandSourceProperty
DependencyProperty
Identifies the CommandSource dependency property.
C#
public static readonly DependencyProperty CommandSourceProperty
ConfirmCommandProperty
DependencyProperty
Identifies the ConfirmCommand dependency property.
C#
public static readonly DependencyProperty ConfirmCommandProperty
Properties
Gets or sets the cancel command.
C#
public ICommand CancelCommand { get; set; }
Gets or sets the command source.
C#
public object CommandSource { get; set; }
Gets or sets the confirm command.
C#
public ICommand ConfirmCommand { get; set; }
Methods
InitializeComponent
C#
public void InitializeComponent()