Interaction logic for RepeatingSectionPropertiesDialog.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RepeatingSectionPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IDragAware, IRepeatingSectionPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowContentControlsConfirmDialogRepeatingSectionPropertiesDialog...
Implements:
Inherited Members
Constructors
C#
public RepeatingSectionPropertiesDialog()
Methods
Gets the button section of the dialog.
Gets the child dialog sections.
C#
protected override IList<DialogConfirmSection> GetChildSections()
Overrides:
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void Show(ContentControlPropertiesContext context)
The context with which the dialog should be shown.
Implements: