ClassRepeatingSectionControl
Class
Represents the repeating section content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RepeatingSectionControl : ContentControlInput, IContentControl
Inheritance: objectContentControlBaseContentControlInputRepeatingSectionControl
Implements:
Inherited Members
Constructors
RepeatingSectionControl()
Declaration
cs-api-definition
public RepeatingSectionControl()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides