Class CommandGroupModel
- Namespace
- The.WPF.Shell
- Assembly
- Instagile.WPF.dll
public class CommandGroupModel : NotificationObject, IButtonModel, INotifyPropertyChanged
- Inheritance
-
CommandGroupModel
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
CommandGroupModel(IEnumerable<IScreenCommand>, string, bool)
public CommandGroupModel(IEnumerable<IScreenCommand> screenCommands, string name, bool isTabStop)
Parameters
screenCommands IEnumerable<IScreenCommand>
name string
isTabStop bool
Properties
IsEnabled
public bool IsEnabled { get; }
Property Value
- bool
IsOpen
public bool IsOpen { get; set; }
Property Value
- bool
IsTabStop
public bool IsTabStop { get; }
Property Value
- bool
IsVisible
public bool IsVisible { get; }
Property Value
- bool
Name
public string Name { get; }
Property Value
- string
Subcommands
public IEnumerable<CommandButtonModel> Subcommands { get; }
Property Value
- IEnumerable<CommandButtonModel>