Class SectionColumnsDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionColumnsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISectionColumnsDialog
Constructors
SectionColumnsDialog()
Declaration
public SectionColumnsDialog()
Properties
SelectedSectionColumnsLayout
Gets or sets the predefined selected section columns layout.
Declaration
public SectionColumnsLayout? SelectedSectionColumnsLayout { get; set; }
Property Value
System.Nullable<SectionColumnsLayout>
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnPropertyChanged(String)
Executes when a property value changes.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
The name of the property which is changed. |
ShowDialog(SectionColumnsDialogContext)
Shows the SectionColumnsDialog.
Declaration
public void ShowDialog(SectionColumnsDialogContext context)
Parameters
SectionColumnsDialogContext
context
The context which encapsulate the parameters needed for shown the dialog. |
Implements
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|