[]
Menu-item with a list of selectable items inside.
[TemplatePart(Name = "TileListView", Type = typeof(C1TileListView))]
public class C1TilesMenuItem : C1MenuItem, INotifyPropertyChanged
Name | Description |
---|---|
C1TilesMenuItem() | Initializes a new instance of the C1TilesMenuItem class. |
Name | Description |
---|---|
TileHeightProperty | Identifies the TileHeight dependency property. |
TileTemplateProperty | Identifies the TileTemplate dependency property. |
TileViewItemsSourceProperty | Identifies the TileViewItemsSource dependency property. |
TileWidthProperty | Identifies the TileWidth dependency property. |
Name | Description |
---|---|
HasContent | Gets whether the menu item has any content. |
TileHeight | Gets or sets the height of the tiles. |
TileTemplate | Gets or sets the template of the tiles. |
TileViewItemsSource | Gets or sets the source where the tiles are created from. |
TileWidth | Gets or sets the width of the tiles. |
Name | Description |
---|---|
Dispose(bool) | |
OnApplyTemplate() | |
OnTapped(object, C1TappedEventArgs) | Called when the view is tapped. |