Represents the repeating section item content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RepeatingSectionItemControl : ButtonContentControl, IContentControl
Inheritance: objectContentControlBaseButtonContentControlRepeatingSectionItemControl
Implements:
Inherited Members
Constructors
public RepeatingSectionItemControl()
Fields
RepeatItemCommandProperty
DependencyProperty
Identifies the RepeatItemCommand dependency property.
public static readonly DependencyProperty RepeatItemCommandProperty
Properties
Gets or sets the value that indicates the command to be executed when a new repeating item is to be added.
public ICommand RepeatItemCommand { get; set; }
Methods
Initializes the content control with provided state.
public override void Initialize(ContentControlState state)
The state with which the control should be initialized.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Updates the state of the control.
public override void UpdateState(ContentControlState state)
The state to be applied to the control.
Overrides: