Class RepeatingSectionItemProperties
Configures a structured document tag as a single item within a repeating section, holding one instance of repeatable content.
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.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RepeatingSectionItemProperties : SdtProperties, ISdtProperties
Constructors
RepeatingSectionItemProperties()
Initializes a new instance of the RepeatingSectionItemProperties class.
Declaration
public RepeatingSectionItemProperties()
Properties
ParentSectionProperties
Gets the properties of the parent repeating section that contains this item, linking the item to its container.
Declaration
public RepeatingSectionProperties ParentSectionProperties { get; }
Property Value
|
RepeatingSectionProperties
|