ContentControl.RepeatingSectionItemTitle Property

Definition

Returns or sets the name of the repeating section items used in the context menu associated with the specified repeating section content control. Read/write.

public:
 property System::String ^ RepeatingSectionItemTitle { System::String ^ get(); void set(System::String ^ value); };
public string RepeatingSectionItemTitle { get; set; }
member this.RepeatingSectionItemTitle : string with get, set
Public Property RepeatingSectionItemTitle As String

Property Value

Remarks

You can use this property with repeating section content controls only. Using it with other content controls will result in an error.

Applies to