ClassCommandDescriptorGroup
Class
Represents a group of command descriptors.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public class CommandDescriptorGroup : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCommandDescriptorGroup
Implements:
Inherited Members
Constructors
CommandDescriptorGroup(params CommandDescriptorBase[])
Initializes a new instance of the CommandDescriptorGroup class.
Declaration
cs-api-definition
public CommandDescriptorGroup(params CommandDescriptorBase[] commandDescriptors)
Parameters
commandDescriptors
The command descriptors.
Properties
Empty
Gets empty command descriptor group.
Declaration
cs-api-definition
public static CommandDescriptorGroup Empty { get; }
Property Value
The empty command descriptor group.