[NUI] Add ActionsProperty to AlertDialog to support xaml
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 19 Dec 2022 07:59:52 +0000 (16:59 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 20 Dec 2022 06:43:24 +0000 (15:43 +0900)
commit2d6bc096d890e45c9742c01ea6216256128c0293
tree906fefc4f9ee644027ace930e6b3372779d4607e
parent0ae1a01e302888f9235d1ac02be73391279c9804
[NUI] Add ActionsProperty to AlertDialog to support xaml

To support Actions property of AlertDialog in xaml, the bindable
property ActionsProperty has been added to AlertDialog.

The AlertDialog example with xaml has been added to NUITizenGallery.
src/Tizen.NUI.Components/Controls/AlertDialog.cs
src/Tizen.NUI.Components/Controls/AlertDialogBindableProperty.cs
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestDialogPage.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestDialogPage.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestPage.xaml
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestPage.xaml.cs