Class RepeatingSectionItemControlState
Represents the RepeatingSectionItemControlState class.
Inheritance
System.Object
RepeatingSectionItemControlState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RepeatingSectionItemControlState : ButtonContentControlState, INotifyPropertyChanged
Properties
AllowInsertAndDeleteSections
Gets the value that indicates whether to allow insertions and deletions or not.
Declaration
public bool AllowInsertAndDeleteSections { get; }
Property Value
System.Boolean
|
RepeatItemAction
Gets the value that indicates the action which add new repeating item.
Declaration
public Action<object> RepeatItemAction { get; }
Property Value
System.Action<System.Object>
|