Background Image

Knowledge base articles about
keys

Search DlhSoft Team's blog for keys

In order to use custom task identifiers or keys instead of the standard indexes and predecessor indexes within Gantt Chart Library for WPF or Project Management Library for WPF you need to define such custom properties at task item level and synchronize their values to the original properties used within databinding, and replace appropriate grid column bindings within the user int…

In order to manage input key shortcuts such as disabling built-in key shortcuts and/or defining custom key shortcuts for different commands in controls within Gantt Chart Library for WPF or Project Management Library for WPF you need to manage the InputBindings collection of the appropriate control instance. You can view an optional implementation example of the above (co…