ClassMailMergeDataSourceContextCommandBase
Class
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:
cs-api-definition
public abstract class MailMergeDataSourceContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseMailMergeDataSourceContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
MailMergeDataSourceContextCommandBase(RadRichTextBox)
Declaration
cs-api-definition
protected MailMergeDataSourceContextCommandBase(RadRichTextBox editor)
Parameters
editor
Properties
CanExecuteInReadOnlyRange
Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false.
Declaration
cs-api-definition
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
Overrides
Methods
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.