New to Telerik UI for WPFStart a free 30-day trial

Represents the repeating section item content control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class RepeatingSectionItemControl : ButtonContentControl, IContentControl

Inheritance: objectContentControlBaseButtonContentControlRepeatingSectionItemControl

Implements: IContentControl

Inherited Members ButtonContentControl.ButtonShouldBeVisiblePropertyButtonContentControl.ButtonWidthPropertyButtonContentControl.ButtonHeightPropertyButtonContentControl.OnApplyTemplate()ButtonContentControl.ArrangeOverride(Size)ButtonContentControl.ButtonShouldBeVisibleButtonContentControl.ButtonWidthButtonContentControl.ButtonHeightContentControlBase.AliasPropertyContentControlBase.AliasFontSizePropertyContentControlBase.HoveredPropertyContentControlBase.FocusedPropertyContentControlBase.LineThicknessPropertyContentControlBase.OutlineColorPropertyContentControlBase.PolygonPointsPropertyContentControlBase.TextFlowDirectionPropertyContentControlBase.SelectedPropertyContentControlBase.ThumbShouldBeVisiblePropertyContentControlBase.TopThumbButtonShouldBeVisiblePropertyContentControlBase.SelectCommandPropertyContentControlBase.GetCurrentState()ContentControlBase.GetBodyElementName()ContentControlBase.AliasFontSizeContentControlBase.AliasContentControlBase.SelectedContentControlBase.HoveredContentControlBase.FocusedContentControlBase.LineThicknessContentControlBase.OutlineColorContentControlBase.PolygonPointsContentControlBase.TextFlowDirectionContentControlBase.ThumbShouldBeVisibleContentControlBase.TopThumbButtonShouldBeVisibleContentControlBase.SelectCommand...

Constructors

C#
public RepeatingSectionItemControl()

Fields

RepeatItemCommandProperty

DependencyProperty

Identifies the RepeatItemCommand dependency property.

C#
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.

C#
public ICommand RepeatItemCommand { get; set; }

Methods

Initializes the content control with provided state.

C#
public override void Initialize(ContentControlState state)
Parameters:stateContentControlState

The state with which the control should be initialized.

Overrides: ButtonContentControl.Initialize(ContentControlState)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: ContentControlBase.OnInitialized(EventArgs)

Updates the state of the control.

C#
public override void UpdateState(ContentControlState state)
Parameters:stateContentControlState

The state to be applied to the control.

Overrides: ContentControlBase.UpdateState(ContentControlState)