Class
RepeatingSectionItemControlState

Represents the RepeatingSectionItemControlState class.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RepeatingSectionItemControlState : ButtonContentControlState, INotifyPropertyChanged

Inheritance: objectContentControlStateButtonContentControlStateRepeatingSectionItemControlState

Implements: INotifyPropertyChanged

Inherited Members ButtonContentControlState.ShowButtonButtonContentControlState.ButtonStyleContentControlState.OnPropertyChanged(string)ContentControlState.SdtStartContentControlState.PropertiesContentControlState.TypeContentControlState.FocusedContentControlState.HoveredContentControlState.SelectedContentControlState.OutlineColorContentControlState.OutlineAppearanceContentControlState.LockContentControlState.ShowThumbContentControlState.AliasContentControlState.PolygonPointsContentControlState.SelectActionContentControlState.PropertyChanged

Properties

AllowInsertAndDeleteSections

Gets the value that indicates whether to allow insertions and deletions or not.

Declaration

cs-api-definition
public bool AllowInsertAndDeleteSections { get; }

Property Value

bool

RepeatItemAction

Gets the value that indicates the action which add new repeating item.

Declaration

cs-api-definition
public Action<object> RepeatItemAction { get; }

Property Value

Action<object>