New to Telerik UI for WPFStart a free 30-day trial

Represents the RepeatingSectionViewModel class.

Definition

Constructors

Constructs the RepeatingSectionViewModel.

C#
public RepeatingSectionViewModel(RepeatingSectionProperties repeatingSectionProperties)
Parameters:repeatingSectionPropertiesRepeatingSectionProperties

The repeating section properties that define the control.

Properties

Gets or sets the ability to insert and delete sections.

C#
public bool AllowInsertAndDeleteSections { get; set; }

Gets or sets the section title.

C#
public string SectionTitle { get; set; }

Methods

Starts the editing cycle.

C#
public void BeginEdit()

Implements: IEditableObject.BeginEdit()

Finishes the editing cycle and reverts all the changes.

C#
public void CancelEdit()

Implements: IEditableObject.CancelEdit()

Finishes the editing cycle and retains all the changes.

C#
public void EndEdit()

Implements: IEditableObject.EndEdit()