Represents the RepeatingSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RepeatingSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseRepeatingSectionViewModel
Implements:
Inherited Members
Constructors
Constructs the RepeatingSectionViewModel.
C#
public RepeatingSectionViewModel(RepeatingSectionProperties repeatingSectionProperties)
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:
Finishes the editing cycle and reverts all the changes.
C#
public void CancelEdit()
Implements:
Finishes the editing cycle and retains all the changes.
C#
public void EndEdit()
Implements: