Skip to main content

Tile.BackContent Property

Gets or sets the content displayed on the tile back side, which is visible when the tile is flipped. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object BackContent { get; set; }

Property Value

Type Description
Object

An Object that is the content displayed on the back side of the current tile.

Remarks

Use the BackContent property to specify the content for the tile’s back side. The Tile.BackContentTemplate and Tile.BackContentTemplateSelector properties allow you to provide a DataTemplate used to render this content.

See Also