Skip to main content
A newer version of this page is available. .

TileBase Class

The base class for tiles.

Namespace: DevExpress.UI.Xaml.Layout

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

Declaration

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

Inheritance

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