Class
CommandDescriptorGroup

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: INotifyPropertyChanged

Constructors

CommandDescriptorGroup(params CommandDescriptorBase[])

Initializes a new instance of the CommandDescriptorGroup class.

Declaration

cs-api-definition
public CommandDescriptorGroup(params CommandDescriptorBase[] commandDescriptors)

Parameters

commandDescriptors

CommandDescriptorBase[]

The command descriptors.

Properties

Empty

Gets empty command descriptor group.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

The is enabled.

Events

PropertyChanged

Occurs when a property is changed.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged