New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the CommandDescriptorGroup class.

C#
public CommandDescriptorGroup(params CommandDescriptorBase[] commandDescriptors)
Parameters:commandDescriptorsCommandDescriptorBase[]

The command descriptors.

Properties

Gets empty command descriptor group.

C#
public static CommandDescriptorGroup Empty { get; }
Property Value:

The empty command descriptor group.

Gets or sets a value indicating whether the group is enabled.

C#
public bool IsEnabled { get; set; }
Property Value:

The is enabled.

Events

Occurs when a property is changed.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged