Class
CommandDescriptorGroup

Represents a group of command descriptors.

Definition

Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Syntax:

cs-api-definition
public class CommandDescriptorGroup : NotifyPropertyChangedBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseCommandDescriptorGroup

Implements: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.PropertyChanged

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.