ClassCommandDescriptor
Class
Represents a wrapper for commands.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class CommandDescriptor : CommandDescriptorBase, INotifyPropertyChanged
Inheritance: objectCommandDescriptorBaseCommandDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
CommandDescriptor(FixedDocumentViewerCommandBase, bool)
Initializes a new instance of the CommandDescriptor class.
Declaration
cs-api-definition
public CommandDescriptor(FixedDocumentViewerCommandBase command, bool isEnabled = true)
Parameters
command
FixedDocumentViewerCommandBase
The command.
isEnabled
The is enabled.