Class CommandDescriptor
Represents a wrapper for commands.
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.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class CommandDescriptor : CommandDescriptorBase, INotifyPropertyChanged
Constructors
CommandDescriptor(FixedDocumentViewerCommandBase, Boolean)
Initializes a new instance of the CommandDescriptor class.
Declaration
public CommandDescriptor(FixedDocumentViewerCommandBase command, bool isEnabled = true)
Parameters
FixedDocumentViewerCommandBase
command
The command. |
System.Boolean
isEnabled
The is enabled. |
Properties
Command
Gets the command.
Declaration
public override ICommand Command { get; }
Property Value
System.Windows.Input.ICommand
The command. |
Overrides
Default
Gets the default command descriptor.
Declaration
public static CommandDescriptor Default { get; }
Property Value
CommandDescriptor
The default. |