Class RepeatingSectionViewModel
Represents the RepeatingSectionViewModel class.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class RepeatingSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Constructors
RepeatingSectionViewModel(RepeatingSectionProperties)
Constructs the RepeatingSectionViewModel.
Declaration
public RepeatingSectionViewModel(RepeatingSectionProperties repeatingSectionProperties)
Parameters
RepeatingSectionProperties
repeatingSectionProperties
The repeating section properties that define the control. |
Properties
AllowInsertAndDeleteSections
Gets or sets the ability to insert and delete sections.
Declaration
public bool AllowInsertAndDeleteSections { get; set; }
Property Value
System.Boolean
|
SectionTitle
Gets or sets the section title.
Declaration
public string SectionTitle { get; set; }
Property Value
System.String
|
Methods
BeginEdit()
Starts the editing cycle.
Declaration
public void BeginEdit()
CancelEdit()
Finishes the editing cycle and reverts all the changes.
Declaration
public void CancelEdit()
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public void EndEdit()