ClassCommandDescriptorBase
Class
Represents a wrapper for commands.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public abstract class CommandDescriptorBase : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCommandDescriptorBase
Derived Classes:
Implements:
Inherited Members
Constructors
CommandDescriptorBase(bool)
Initializes a new instance of the CommandDescriptorBase class.
Declaration
cs-api-definition
public CommandDescriptorBase(bool isEnabled = true)
Parameters
isEnabled
The is enabled.
Properties
Command
Gets the command.
Declaration
cs-api-definition
public abstract ICommand Command { get; }
Property Value
The command.