ClassCommandDescriptorGroup
Class
Represents a group of command descriptors.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class CommandDescriptorGroup : INotifyPropertyChanged
Inheritance: objectCommandDescriptorGroup
Implements:
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.
Events
PropertyChanged
Occurs when a property is changed.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements