ClassButtonSection
Class
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:
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.
CommandSource
Gets or sets the command source.
ConfirmCommand
Gets or sets the confirm command.
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()