ClassRepeatingSectionItemControl
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
RepeatingSectionItemControl()
Declaration
public RepeatingSectionItemControl()
Fields
RepeatItemCommandProperty
Identifies the RepeatItemCommand dependency property.
Declaration
public static readonly DependencyProperty RepeatItemCommandProperty
Field Value
DependencyProperty
Properties
RepeatItemCommand
Gets or sets the value that indicates the command to be executed when a new repeating item is to be added.
Declaration
public ICommand RepeatItemCommand { get; set; }
Property Value
Methods
Initialize(ContentControlState)
Initializes the content control with provided state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
state
The state with which the control should be initialized.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
UpdateState(ContentControlState)
Updates the state of the control.
Declaration
public override void UpdateState(ContentControlState state)
Parameters
state
The state to be applied to the control.
Overrides