Represents a group of command descriptors.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class CommandDescriptorGroup : INotifyPropertyChanged
Inheritance: objectCommandDescriptorGroup
Implements:
Constructors
Initializes a new instance of the CommandDescriptorGroup class.
C#
public CommandDescriptorGroup(params CommandDescriptorBase[] commandDescriptors)
The command descriptors.
Properties
Gets empty command descriptor group.
C#
public static CommandDescriptorGroup Empty { get; }
The empty command descriptor group.
Events
Occurs when a property is changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: