Class RepeatingSectionViewModel
Inheritance
System.Object
RepeatingSectionViewModel
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.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RepeatingSectionViewModel : ContentControlViewModel<RepeatingSectionProperties>, INotifyPropertyChanged, 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
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public override void EndEdit()
Overrides
Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ContentControlViewModel<Telerik.WinForms.Documents.Model.StructuredDocumentTags.RepeatingSectionProperties>.EndEdit()
SetInitialState()
Declaration
protected override void SetInitialState()
Overrides
Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ContentControlViewModel<Telerik.WinForms.Documents.Model.StructuredDocumentTags.RepeatingSectionProperties>.SetInitialState()