Class RepeatingSectionItemControl
Represents the repeating section item content control.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class RepeatingSectionItemControl : ButtonContentControl, IContentControl
Constructors
RepeatingSectionItemControl()
Declaration
public RepeatingSectionItemControl()
Fields
RepeatItemCommandProperty
Identifies the RepeatItemCommand dependency property.
Declaration
public static readonly DependencyProperty RepeatItemCommandProperty
Field Value
System.Windows.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
System.Windows.Input.ICommand
|
Methods
Initialize(ContentControlState)
Initializes the content control with provided state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
ContentControlState
state
The state with which the control should be initialized. |
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
UpdateState(ContentControlState)
Updates the state of the control.
Declaration
public override void UpdateState(ContentControlState state)
Parameters
ContentControlState
state
The state to be applied to the control. |