Class
RepeatingSectionItemControl

Represents the repeating section item content control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
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

RepeatingSectionItemControl()

Declaration

cs-api-definition
public RepeatingSectionItemControl()

Fields

RepeatItemCommandProperty

Identifies the RepeatItemCommand dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public ICommand RepeatItemCommand { get; set; }

Property Value

ICommand

Methods

Initialize(ContentControlState)

Initializes the content control with provided state.

Declaration

cs-api-definition
public override void Initialize(ContentControlState state)

Parameters

state

ContentControlState

The state with which the control should be initialized.

Overrides ButtonContentControl.Initialize(ContentControlState)

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

EventArgs

The RoutedEventArgs that contains the event data.

Overrides ContentControlBase.OnInitialized(EventArgs)

UpdateState(ContentControlState)

Updates the state of the control.

Declaration

cs-api-definition
public override void UpdateState(ContentControlState state)

Parameters

state

ContentControlState

The state to be applied to the control.

Overrides ContentControlBase.UpdateState(ContentControlState)