HeaderLayout.Commands Property
Gets the commands that should be shown in the contextual menu.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Commands As IEnumerable(Of CommandModel)
public IEnumerable<CommandModel> Commands { get; }
public:
property IEnumerable<CommandModel^>^ Commands {
IEnumerable<CommandModel^>^ get ();
}
public function get Commands () : IEnumerable<CommandModel>
Field Value
The commands that should be shown in the contextual menu.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace