Class CommandDescriptorGroup
Represents a group of command descriptors.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class CommandDescriptorGroup : INotifyPropertyChanged
Constructors
CommandDescriptorGroup(CommandDescriptorBase[])
Initializes a new instance of the CommandDescriptorGroup class.
Declaration
public CommandDescriptorGroup(params CommandDescriptorBase[] commandDescriptors)
Parameters
CommandDescriptorBase[]
commandDescriptors
The command descriptors. |
Properties
Empty
Gets empty command descriptor group.
Declaration
public static CommandDescriptorGroup Empty { get; }
Property Value
CommandDescriptorGroup
The empty command descriptor group. |
IsEnabled
Gets or sets a value indicating whether the group is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
The is enabled. |
Events
PropertyChanged
Occurs when a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|