■ GalleryItemGroup 엘리먼트를 사용하는 방법을 보여준다.
▶ 예제 코드 (XAML)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<dxb:GalleryItemGroup x:Name="galleryItemGroup" Caption="Misc Group"> <dxb:GalleryItemGroup.Items> <dxb:GalleryItem Caption="Schedule" Description="Show schedule" Glyph="pack://application:,,,/Image/address-16x16.png" /> <dxb:GalleryItem Caption="Roles" Description="Assign roles" Glyph="pack://application:,,,/Image/role-16x16.png" /> </dxb:GalleryItemGroup.Items> </dxb:GalleryItemGroup> |
※ xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars"