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