Files
Emmanuele Sassi 54a712336b EgwWPFBaseLib 3.1.8.4 :
- aggiunto EgwDropdownButton
- corretto EgwToggleButton che non gestiva trigger su IsChecked
- aggiornato progetto Demo con esempi delle modifiche fatte
2026-08-07 13:45:00 +02:00
..
2026-07-13 18:18:46 +02:00
2026-08-06 11:03:56 +02:00
2026-03-16 12:12:13 +01:00
2026-08-07 13:45:00 +02:00
2026-08-06 17:24:35 +02:00
2026-08-06 11:03:56 +02:00
2026-08-07 13:45:00 +02:00
2026-08-07 13:45:00 +02:00
2026-07-07 16:09:14 +02:00
2026-08-07 13:45:00 +02:00
2025-02-26 16:40:00 +01:00

<HTML>
<H3>To use this custom control in a XAML file in another project, complete the following steps:</H3>
<BODY>
    <UL>
        <LI>Add a reference to this project.</LI>
        <LI>Add the following line to the root element of the XAML file where you wish to use this control:<BR>
            xmlns:MyNamespace="clr-namespace:EgwWpfBaseLib;assembly=EgwWpfBaseLib"</LI>
        <LI>Use the control in the XAML file:<BR>
            &LT;MyNamespace:CustomControl1/&GT;</LI>
    </UL>
</BODY>
</HTML>