Skip to main content

TileBase Class

The base class for tiles.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[StyleTypedProperty(Property = "CheckMarkStyle", StyleTargetType = typeof(TileCheck))]
[StyleTypedProperty(Property = "HeaderStyle", StyleTargetType = typeof(TileHeader))]
[StyleTypedProperty(Property = "NotificationHeaderStyle", StyleTargetType = typeof(TileNotificationHeader))]
[TemplatePart(Name = "PART_Check", Type = typeof(TileCheck))]
[TemplatePart(Name = "PART_Content", Type = typeof(TileContentPresenter))]
[TemplatePart(Name = "PART_Header", Type = typeof(TileHeader))]
[TemplatePart(Name = "PART_NotificationHeader", Type = typeof(TileNotificationHeader))]
[TemplatePart(Name = "PART_Selection", Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = "Checked", GroupName = "ExpandedStates")]
[TemplateVisualState(Name = "Selected", GroupName = "SelectedStates")]
[TemplateVisualState(Name = "Unchecked", GroupName = "ExpandedStates")]
[TemplateVisualState(Name = "Unselected", GroupName = "SelectedStates")]
[ToolboxTabName("DX.21.2: Navigation & Layout")]
public abstract class TileBase :
    HeaderedContentContainer,
    ITileSizeManagerOwner

Inheritance

Show 12 items
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Layout.VisualElements.veContentControlBase
DevExpress.UI.Xaml.Layout.VisualElements.veContentControl
See Also