Base class for mail merge data source context commands in the Telerik RichTextBox. This class provides the necessary functionality for handling mail merge operations by serving as a base for specific command implementations.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class MailMergeDataSourceContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseMailMergeDataSourceContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected MailMergeDataSourceContextCommandBase(RadRichTextBox editor)
Properties
Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false.
C#
protected override bool CanExecuteInReadOnlyRange { get; }
Overrides: