Class CommandDescriptor
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class CommandDescriptor : CommandDescriptorBase, INotifyPropertyChanged
Constructors
CommandDescriptor(FixedDocumentViewerCommandBase, Boolean)
Declaration
public CommandDescriptor(FixedDocumentViewerCommandBase command, bool isEnabled = true)
Parameters
Fixed
|
System.
|
Properties
Command
Declaration
public override ICommand Command { get; }
Property Value
System.
|