Class CommandDescriptorBase
Inheritance
System.Object
CommandDescriptorBase
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public abstract class CommandDescriptorBase : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
Declaration
public CommandDescriptorBase(bool isEnabled = true)
Parameters
Properties
Declaration
public abstract ICommand Command { get; }
Property Value
|
System.Windows.Input.ICommand
|
Declaration
public bool IsEnabled { get; set; }
Property Value
Extension Methods